File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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 ] ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments