@icebreakers/eslint-config 0.3.16 → 0.3.17

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.
package/dist/index.cjs CHANGED
@@ -142,7 +142,8 @@ function icebreaker(options = {}, ...userConfigs) {
142
142
  destructuredArrayIgnorePattern: "^_",
143
143
  varsIgnorePattern: "^_",
144
144
  ignoreRestSiblings: true
145
- }]
145
+ }],
146
+ "unused-imports/no-unused-vars": "off"
146
147
  }
147
148
  }
148
149
  ];
package/dist/index.js CHANGED
@@ -120,7 +120,8 @@ function icebreaker(options = {}, ...userConfigs) {
120
120
  destructuredArrayIgnorePattern: "^_",
121
121
  varsIgnorePattern: "^_",
122
122
  ignoreRestSiblings: true
123
- }]
123
+ }],
124
+ "unused-imports/no-unused-vars": "off"
124
125
  }
125
126
  }
126
127
  ];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@icebreakers/eslint-config",
3
3
  "type": "module",
4
- "version": "0.3.16",
4
+ "version": "0.3.17",
5
5
  "description": "icebreakers's eslint config",
6
6
  "author": "SonOfMagic <qq1324318532@gmail.com>",
7
7
  "license": "MIT",