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

1282
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -92,7 +92,7 @@
"chalk": "^5.0.1",
"dart-sass": "^1.25.0",
"enzyme": "^3.11.0",
"eslint": "^7.13.0",
"eslint": "^8.12.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.1.4",
"identity-obj-proxy": "^3.0.0",