eslint avoid class limit
This commit is contained in:
parent
a10fb5a212
commit
6fef4616e5
|
@ -28,7 +28,7 @@
|
||||||
"class-methods-use-this": "off",
|
"class-methods-use-this": "off",
|
||||||
"eqeqeq": "warn",
|
"eqeqeq": "warn",
|
||||||
"radix": "warn",
|
"radix": "warn",
|
||||||
"max-classes-per-file": ["error", 2]
|
"max-classes-per-file": "warn"
|
||||||
},
|
},
|
||||||
"globals": {
|
"globals": {
|
||||||
"API_URLS": true,
|
"API_URLS": true,
|
||||||
|
|
Reference in New Issue