@faergeek/eslint-config 7.0.2 → 7.0.4

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.
Files changed (2) hide show
  1. package/index.js +1 -4
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -112,10 +112,7 @@ export const typescript = [
112
112
  '@typescript-eslint/explicit-module-boundary-types': 'off',
113
113
  '@typescript-eslint/no-non-null-assertion': 'warn',
114
114
  '@typescript-eslint/no-shadow': 'warn',
115
- '@typescript-eslint/no-unused-vars': [
116
- 'warn',
117
- { ignoreRestSiblings: true },
118
- ],
115
+ '@typescript-eslint/no-unused-vars': 'off',
119
116
  'no-shadow': 'off',
120
117
  },
121
118
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@faergeek/eslint-config",
4
- "version": "7.0.2",
4
+ "version": "7.0.4",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:faergeek/eslint-config.git",
7
7
  "author": "Sergei Slipchenko <faergeek@gmail.com>",
@@ -27,7 +27,7 @@
27
27
  "eslint-plugin-react-hooks": "^5.0.0",
28
28
  "eslint-plugin-simple-import-sort": "^12.0.0",
29
29
  "globals": "^15.0.0",
30
- "typescript-eslint": "^7.5.0"
30
+ "typescript-eslint": "^8.0.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@commitlint/cli": "^19.0.0",