Skip to content

Commit

Permalink
chore: disable eslint typescript warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Jun 30, 2023
1 parent 55db40b commit 01b2103
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"extends": ["eslint:recommended", "prettier"],
"parserOptions": {
"sourceType": "module",
"impliedStrict": true
"impliedStrict": true,
"warnOnUnsupportedTypeScriptVersion": false
},
"env": {
"node": true,
Expand Down

0 comments on commit 01b2103

Please sign in to comment.