Skip to content

Commit

Permalink
change project location for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed May 19, 2023
1 parent 77012f2 commit 10dec7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module",
"project": "./tsconfig.json"
"project": "tsconfig.json"
},
"rules": {},
"ignorePatterns": ["coverage", "dist", "node_modules"]
Expand Down

0 comments on commit 10dec7b

Please sign in to comment.