@faergeek/eslint-config 5.0.143 → 5.0.144

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 +1 -1
  2. package/typescript.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faergeek/eslint-config",
3
- "version": "5.0.143",
3
+ "version": "5.0.144",
4
4
  "main": "index.js",
5
5
  "repository": "git@github.com:faergeek/eslint-config.git",
6
6
  "author": "Sergey Slipchenko <faergeek@gmail.com>",
package/typescript.js CHANGED
@@ -8,7 +8,7 @@ module.exports = {
8
8
  ],
9
9
  '@typescript-eslint/explicit-module-boundary-types': 'off',
10
10
  '@typescript-eslint/no-shadow': 'warn',
11
- '@typescript-eslint/no-unused-vars': 'off',
11
+ '@typescript-eslint/no-unused-vars': ['warn', { ignoreRestSiblings: true }],
12
12
  'no-shadow': 'off',
13
13
  },
14
14
  };