Skip to content

Commit

Permalink
rm project from eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed May 19, 2023
1 parent cb0c714 commit 8f3fb88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module",
"project": ["./tsconfig.json"]
"sourceType": "module"
// "project": ["./tsconfig.json"]
},
"rules": {},
"ignorePatterns": ["coverage", "dist", "node_modules"]
Expand Down

0 comments on commit 8f3fb88

Please sign in to comment.