Skip to content

Commit e570c21

Browse files
committedJun 10, 2022
feat: update the bundles eslint to 8
1 parent f057f0c commit e570c21

File tree

2 files changed

+119
-193
lines changed

2 files changed

+119
-193
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@babel/plugin-syntax-jsx": "^7.17.12",
2828
"@typescript-eslint/eslint-plugin": "^5.27.1",
2929
"@typescript-eslint/parser": "^5.27.1",
30-
"eslint": "^7.32.0",
30+
"eslint": "^8.17.0",
3131
"eslint-config-prettier": "^8.5.0",
3232
"eslint-plugin-html": "^6.2.0",
3333
"eslint-plugin-import": "^2.26.0",
@@ -53,7 +53,7 @@
5353
"shelljs": "^0.8.5"
5454
},
5555
"peerDependencies": {
56-
"eslint": "^8.0.0"
56+
"eslint": "^8 || ^7 || ^6"
5757
},
5858
"optionalDependencies": {
5959
"coffeescript": "^1.12.7",

‎pnpm-lock.yaml

+117-191
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.