diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index c1af961..2bf4601 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -8,6 +8,7 @@ "prettier/react" ], "rules": { "react/prop-types": 0, "no-console": 1, "no-unused-vars": 1 }, + "parser": "babel-eslint", "plugins": [], "parserOptions": { "ecmaVersion": 2019, |