eslint-config-adslot 1.3.0 → 1.4.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.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -178,8 +178,9 @@ module.exports = {
178
178
  'no-unused-vars': [
179
179
  'error',
180
180
  {
181
- args: 'none',
181
+ args: 'all',
182
182
  ignoreRestSiblings: true,
183
+ argsIgnorePattern: '^_',
183
184
  },
184
185
  ],
185
186
  'no-use-before-define': [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-adslot",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "ESLint configuration for Adslot",
5
5
  "main": "index.js",
6
6
  "files": [