Upgrade eslint

This commit is contained in:
Phill Sparks 2022-12-11 17:58:12 +00:00
parent 70dfbfa610
commit b6d93d3b07
No known key found for this signature in database
GPG Key ID: DA53DF9BB8928B10
3 changed files with 967 additions and 436 deletions

View File

@ -14,6 +14,7 @@
}, },
"rules": { "rules": {
"eslint-comments/no-use": "off", "eslint-comments/no-use": "off",
"i18n-text/no-en": "off",
"import/no-namespace": "off", "import/no-namespace": "off",
"no-unused-vars": "off", "no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "error", "@typescript-eslint/no-unused-vars": "error",
@ -72,4 +73,4 @@
"es6": true, "es6": true,
"jest/globals": true "jest/globals": true
} }
} }

View File

@ -35,13 +35,13 @@
"devDependencies": { "devDependencies": {
"@types/jest": "^26.0.20", "@types/jest": "^26.0.20",
"@types/node": "^14.14.20", "@types/node": "^14.14.20",
"@typescript-eslint/parser": "^4.12.0", "@typescript-eslint/parser": "^5.46.0",
"@zeit/ncc": "^0.22.3", "@zeit/ncc": "^0.22.3",
"elm-tooling": "^1.10.0", "elm-tooling": "^1.10.0",
"eslint": "^7.17.0", "eslint": "^8.29.0",
"eslint-plugin-github": "^4.1.1", "eslint-plugin-github": "^4.6.0",
"eslint-plugin-jest": "^24.1.3", "eslint-plugin-jest": "^27.1.6",
"eslint-plugin-prettier": "^3.3.1", "eslint-plugin-prettier": "^4.2.1",
"jest": "^26.6.3", "jest": "^26.6.3",
"jest-circus": "^26.6.3", "jest-circus": "^26.6.3",
"js-yaml": "^4.0.0", "js-yaml": "^4.0.0",

1390
yarn.lock

File diff suppressed because it is too large Load Diff