Updated to latest eslint

This commit is contained in:
Alejandro Celaya
2022-03-26 12:26:46 +01:00
parent a2df486280
commit fd5060b996
3 changed files with 227 additions and 1059 deletions

View File

@@ -14,7 +14,7 @@
"implicit-arrow-linebreak": "off",
"no-restricted-globals": "off",
"default-case": "off",
"max-len": ["error", { "code": 120, "ignoreComments": true, "ignoreStrings": true }],
"max-len": ["error", { "code": 120, "ignoreComments": true, "ignoreStrings": true, "ignoreTemplateLiterals": true }],
"import/no-cycle": "off",
"import/prefer-default-export": "off",
"import/no-extraneous-dependencies": "off",