Skip to content

Commit 2fff23b

Browse files
committed
feat(deps): upgrade ESLint to 8 and configurations for compatability
1 parent c65d537 commit 2fff23b

File tree

2 files changed

+232
-469
lines changed

2 files changed

+232
-469
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"cross-env": "^7.0.3",
6363
"cross-spawn": "^7.0.1",
6464
"doctoc": "^2.1.0",
65-
"eslint": "^7.32.0",
65+
"eslint": "^8.7.0",
6666
"eslint-config-airbnb": "19.0.0",
67-
"eslint-config-airbnb-typescript": "^15.0.0",
67+
"eslint-config-airbnb-typescript": "^16.1.0",
6868
"eslint-config-prettier": "^8.3.0",
6969
"eslint-plugin-import": "^2.25.3",
7070
"eslint-plugin-jest": "^24.4.3",
@@ -122,7 +122,7 @@
122122
"@babel/preset-env": "^7.15.6",
123123
"@types/cross-spawn": "^6.0.2",
124124
"babel-jest": "^27.2.4",
125-
"eslint-config-kentcdodds": "^19.2.0",
125+
"eslint-config-kentcdodds": "^20.0.1",
126126
"husky": "^7.0.4",
127127
"jest-in-case": "^1.0.2",
128128
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)