Skip to content

Commit

Permalink
fix: eslint does not support typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
ffMathy authored Sep 14, 2023
1 parent 498a827 commit 24b4fba
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"*.js",
"*.jsx"
],
"parserOptions": {
"project": [
"<%= projectRoot %>/tsconfig.json"
]
},
"rules": {}
},
{
Expand Down

0 comments on commit 24b4fba

Please sign in to comment.