Skip to content

Commit

Permalink
infra: remove now unneeded typescript-eslint flag
Browse files Browse the repository at this point in the history
new v3.0.1 added official support for [email protected]
  • Loading branch information
AviVahl committed May 26, 2020
1 parent b31a57b commit d411679
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
{
"files": ["*.ts", "*.tsx"],
"parserOptions": {
"project": "./tsconfig.json",
"warnOnUnsupportedTypeScriptVersion": false
"project": "./tsconfig.json"
},
"extends": [
"plugin:@typescript-eslint/recommended",
Expand Down

0 comments on commit d411679

Please sign in to comment.