@egy186/eslint-config 2.5.0 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/base.d.ts CHANGED
@@ -144,6 +144,7 @@ declare const config: {
144
144
  };
145
145
  readonly linterOptions: {
146
146
  readonly reportUnusedDisableDirectives: "error";
147
+ readonly reportUnusedInlineConfigs: "error";
147
148
  };
148
149
  readonly plugins: {
149
150
  readonly '@stylistic': ESLint.Plugin;
package/dist/base.js CHANGED
@@ -21,7 +21,8 @@ const config = {
21
21
  sourceType: 'module'
22
22
  },
23
23
  linterOptions: {
24
- reportUnusedDisableDirectives: 'error'
24
+ reportUnusedDisableDirectives: 'error',
25
+ reportUnusedInlineConfigs: 'error'
25
26
  },
26
27
  plugins: {
27
28
  '@stylistic': stylistic,
package/dist/browser.d.ts CHANGED
@@ -1705,6 +1705,7 @@ declare const config: {
1705
1705
  readonly files: ["**/*.{js,jsx,mjs}", "**/*.{ts,tsx,mts}"];
1706
1706
  readonly linterOptions: {
1707
1707
  readonly reportUnusedDisableDirectives: "error";
1708
+ readonly reportUnusedInlineConfigs: "error";
1708
1709
  };
1709
1710
  readonly plugins: {
1710
1711
  readonly '@stylistic': import("eslint").ESLint.Plugin;
@@ -651,6 +651,7 @@ declare const config: {
651
651
  };
652
652
  readonly linterOptions: {
653
653
  readonly reportUnusedDisableDirectives: "error";
654
+ readonly reportUnusedInlineConfigs: "error";
654
655
  };
655
656
  readonly plugins: {
656
657
  readonly '@stylistic': import("eslint").ESLint.Plugin;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@egy186/eslint-config",
3
3
  "description": "Eslint shareable config",
4
- "version": "2.5.0",
4
+ "version": "2.6.0",
5
5
  "author": "egy186",
6
6
  "bugs": {
7
7
  "url": "https://github.com/egy186/eslint-config/issues"
@@ -9,24 +9,24 @@
9
9
  "dependencies": {
10
10
  "@stylistic/eslint-plugin": "~2.13.0",
11
11
  "eslint-plugin-import": "~2.31.0",
12
- "eslint-plugin-jsdoc": "~50.6.1",
12
+ "eslint-plugin-jsdoc": "~50.6.2",
13
13
  "eslint-plugin-n": "~17.15.1",
14
14
  "globals": "^15.14.0"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@eslint-stylistic/metadata": "~2.13.0",
18
- "@eslint/js": "~9.18.0",
19
- "@types/node": "^22.10.6",
20
- "@vitest/eslint-plugin": "~1.1.24",
21
- "eslint": "~9.18.0",
18
+ "@eslint/js": "~9.19.0",
19
+ "@types/node": "^22.10.10",
20
+ "@vitest/eslint-plugin": "~1.1.25",
21
+ "eslint": "~9.19.0",
22
22
  "eslint-import-resolver-typescript": "~3.7.0",
23
- "eslint-plugin-jest": "~28.10.0",
24
- "eslint-plugin-react": "~7.37.3",
23
+ "eslint-plugin-jest": "~28.11.0",
24
+ "eslint-plugin-react": "~7.37.4",
25
25
  "eslint-plugin-react-hooks": "~5.1.0",
26
26
  "husky": "^9.1.7",
27
27
  "jiti": "^2.4.2",
28
28
  "typescript": "~5.7.3",
29
- "typescript-eslint": "~8.20.0"
29
+ "typescript-eslint": "~8.21.0"
30
30
  },
31
31
  "engines": {
32
32
  "node": ">=18.18.0"
@@ -65,7 +65,7 @@
65
65
  "main": "./dist/index.js",
66
66
  "peerDependencies": {
67
67
  "@vitest/eslint-plugin": "^1.1.10",
68
- "eslint": "^9.11.1",
68
+ "eslint": "^9.19.0",
69
69
  "eslint-import-resolver-typescript": "^3.6.1",
70
70
  "eslint-plugin-jest": "^28.8.3",
71
71
  "eslint-plugin-react": "^7.36.1",