Skip to content

Commit cb7de7b

Browse files
committed
replace "standard" eslint config
1 parent f3d5d82 commit cb7de7b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.eslintrc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ module.exports = {
22
env: {
33
browser: true,
44
es2021: true,
5+
node: true,
56
},
67
extends: [
7-
'standard-with-typescript',
8+
'eslint:recommended',
9+
'plugin:@typescript-eslint/recommended',
810
'plugin:import/typescript',
911
'plugin:prettier/recommended',
1012
],

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@
3434
"devDependencies": {
3535
"@types/jest": "^29.5.3",
3636
"@types/node": "^20.4.8",
37-
"@typescript-eslint/eslint-plugin": "^5.52.0",
38-
"@typescript-eslint/parser": "^5.52.0",
37+
"@typescript-eslint/eslint-plugin": "^6.3.0",
38+
"@typescript-eslint/parser": "^6.3.0",
3939
"@vercel/ncc": "^0.36.1",
4040
"eslint": "^8.46.0",
4141
"eslint-config-prettier": "^9.0.0",
42-
"eslint-config-standard-with-typescript": "^37.0.0",
4342
"eslint-plugin-import": "^2.28.0",
4443
"eslint-plugin-n": "^16.0.1",
4544
"eslint-plugin-prettier": "^5.0.0",

0 commit comments

Comments
 (0)