Skip to content

Commit

Permalink
./tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed May 19, 2023
1 parent 63c2130 commit cb0c714
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 cb0c714

Please sign in to comment.