File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,11 @@ module.exports = {
2
2
env : {
3
3
browser : true ,
4
4
es2021 : true ,
5
+ node : true ,
5
6
} ,
6
7
extends : [
7
- 'standard-with-typescript' ,
8
+ 'eslint:recommended' ,
9
+ 'plugin:@typescript-eslint/recommended' ,
8
10
'plugin:import/typescript' ,
9
11
'plugin:prettier/recommended' ,
10
12
] ,
Original file line number Diff line number Diff line change 34
34
"devDependencies" : {
35
35
"@types/jest" : " ^29.5.3" ,
36
36
"@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" ,
39
39
"@vercel/ncc" : " ^0.36.1" ,
40
40
"eslint" : " ^8.46.0" ,
41
41
"eslint-config-prettier" : " ^9.0.0" ,
42
- "eslint-config-standard-with-typescript" : " ^37.0.0" ,
43
42
"eslint-plugin-import" : " ^2.28.0" ,
44
43
"eslint-plugin-n" : " ^16.0.1" ,
45
44
"eslint-plugin-prettier" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments