@zpcscc/configs 2.0.8 → 2.0.9
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/eslint-config/index.js +1 -3
- package/package.json +1 -1
package/eslint-config/index.js
CHANGED
@@ -159,9 +159,7 @@ module.exports = {
|
|
159
159
|
'class-methods-use-this': 'off',
|
160
160
|
'default-case-last': ['error'],
|
161
161
|
'eol-last': ['error'],
|
162
|
-
eqeqeq:
|
163
|
-
null: 'ignore'
|
164
|
-
}],
|
162
|
+
eqeqeq: 'error',
|
165
163
|
'func-names': ['warn', 'never', {
|
166
164
|
generators: 'as-needed'
|
167
165
|
}],
|