eslint avoid class limit

This commit is contained in:
RubenPX 2022-05-13 21:29:29 +02:00
parent a10fb5a212
commit 6fef4616e5
1 changed files with 1 additions and 1 deletions

View File

@ -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,