@faergeek/eslint-config 5.0.145 → 5.0.147

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -13,6 +13,7 @@ module.exports = {
13
13
  'no-console': 'warn',
14
14
  'no-shadow': 'warn',
15
15
  'no-throw-literal': 'warn',
16
+ 'no-unused-vars': ['warn', { ignoreRestSiblings: true }],
16
17
  'no-useless-computed-key': 'warn',
17
18
  'no-useless-concat': 'warn',
18
19
  'no-useless-rename': 'warn',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faergeek/eslint-config",
3
- "version": "5.0.145",
3
+ "version": "5.0.147",
4
4
  "main": "index.js",
5
5
  "repository": "git@github.com:faergeek/eslint-config.git",
6
6
  "author": "Sergey Slipchenko <faergeek@gmail.com>",