@faergeek/eslint-config 6.1.12 → 6.1.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/typescript.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faergeek/eslint-config",
3
- "version": "6.1.12",
3
+ "version": "6.1.14",
4
4
  "main": "index.js",
5
5
  "repository": "git@github.com:faergeek/eslint-config.git",
6
6
  "author": "Sergey Slipchenko <faergeek@gmail.com>",
@@ -19,8 +19,8 @@
19
19
  },
20
20
  "packageManager": "pnpm@9.6.0",
21
21
  "dependencies": {
22
- "@typescript-eslint/eslint-plugin": "^7.0.1",
23
- "@typescript-eslint/parser": "^7.0.1",
22
+ "@typescript-eslint/eslint-plugin": "^8.0.0",
23
+ "@typescript-eslint/parser": "^8.0.0",
24
24
  "eslint-config-prettier": "^9.0.0",
25
25
  "eslint-plugin-react": "^7.23.2",
26
26
  "eslint-plugin-react-hooks": "^4.2.0",
package/typescript.js CHANGED
@@ -10,7 +10,7 @@ module.exports = {
10
10
  '@typescript-eslint/explicit-module-boundary-types': 'off',
11
11
  '@typescript-eslint/no-non-null-assertion': 'warn',
12
12
  '@typescript-eslint/no-shadow': 'warn',
13
- '@typescript-eslint/no-unused-vars': ['warn', { ignoreRestSiblings: true }],
13
+ '@typescript-eslint/no-unused-vars': 'off',
14
14
  'no-shadow': 'off',
15
15
  },
16
16
  };