lint: use default parser option

This commit is contained in:
Zack Schuster 2020-10-29 23:34:45 -07:00
parent 3253f3341b
commit 21277baf29
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
{
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 2020
},
"plugins": [
"@typescript-eslint"
],