mirror of
https://github.com/sparksp/elm-format-action.git
synced 2024-11-24 05:30:45 +03:00
Upgrade eslint
This commit is contained in:
parent
70dfbfa610
commit
b6d93d3b07
@ -14,6 +14,7 @@
|
||||
},
|
||||
"rules": {
|
||||
"eslint-comments/no-use": "off",
|
||||
"i18n-text/no-en": "off",
|
||||
"import/no-namespace": "off",
|
||||
"no-unused-vars": "off",
|
||||
"@typescript-eslint/no-unused-vars": "error",
|
||||
@ -72,4 +73,4 @@
|
||||
"es6": true,
|
||||
"jest/globals": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
10
package.json
10
package.json
@ -35,13 +35,13 @@
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.20",
|
||||
"@types/node": "^14.14.20",
|
||||
"@typescript-eslint/parser": "^4.12.0",
|
||||
"@typescript-eslint/parser": "^5.46.0",
|
||||
"@zeit/ncc": "^0.22.3",
|
||||
"elm-tooling": "^1.10.0",
|
||||
"eslint": "^7.17.0",
|
||||
"eslint-plugin-github": "^4.1.1",
|
||||
"eslint-plugin-jest": "^24.1.3",
|
||||
"eslint-plugin-prettier": "^3.3.1",
|
||||
"eslint": "^8.29.0",
|
||||
"eslint-plugin-github": "^4.6.0",
|
||||
"eslint-plugin-jest": "^27.1.6",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"jest": "^26.6.3",
|
||||
"jest-circus": "^26.6.3",
|
||||
"js-yaml": "^4.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user