@codeleap/config 3.1.2 → 3.2.3

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/.eslintrc.js +3 -1
  2. package/package.json +1 -1
package/.eslintrc.js CHANGED
@@ -146,7 +146,9 @@ const codeQuality = {
146
146
 
147
147
  const typescript = {
148
148
  'no-unused-vars': 'off',
149
- '@typescript-eslint/no-unused-vars': ['warn', { varsIgnorePattern: '_ig|jsx' }],
149
+ '@typescript-eslint/no-unused-vars': ['warn', {
150
+ 'ignoreRestSiblings': true,
151
+ }],
150
152
  '@typescript-eslint/no-explicit-any': 'off',
151
153
  '@typescript-eslint/explicit-module-boundary-types': 'off',
152
154
  '@typescript-eslint/ban-ts-comment': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codeleap/config",
3
- "version": "3.1.2",
3
+ "version": "3.2.3",
4
4
  "main": "index.js",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {