Skip to content

Commit

Permalink
fix: change eslint option
Browse files Browse the repository at this point in the history
  • Loading branch information
kanghyun98 committed Jul 2, 2023
1 parent da8016b commit a23934b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"jsx": true
},
"ecmaVersion": "latest",
"sourceType": "module",
"project": "./tsconfig.json"
"sourceType": "module"
},
"plugins": ["react", "@typescript-eslint", "prettier"],
"rules": {
Expand Down

0 comments on commit a23934b

Please sign in to comment.