Skip to content

Commit

Permalink
Update .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SachiGoto authored Nov 25, 2023
1 parent 00ac7a7 commit 5c9d5a6
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": ["./frontend/tsconfig.json"]
"project": ["./tsconfig.json"]
},
"plugins": ["@typescript-eslint"],
"rules": {
Expand Down Expand Up @@ -50,12 +50,5 @@
}
}
]
},
// "settings": {
// "import/resolver": {
// "node": {
// "extensions": [".js", ".jsx", ".ts", ".tsx"]
// }
// }
// }
}
}

0 comments on commit 5c9d5a6

Please sign in to comment.