1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-06-28 17:40:57 +00:00

lint: use default parser option

This commit is contained in:
Zack Schuster 2020-10-29 23:34:45 -07:00
parent 3253f3341b
commit 21277baf29

View File

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