diff options
author | Renard | 2019-09-16 15:14:16 -0300 |
---|---|---|
committer | Renard | 2019-09-16 15:14:16 -0300 |
commit | a7c41857117523eedbd24477f2b2ea9b7f3571ac (patch) | |
tree | ae993aef83d591be4f5c2245f5a625145a633a8f /.eslintrc.json | |
parent | eaba5936e4654fd370af11dda79e3af213b4e04c (diff) | |
download | bai-client-a7c41857117523eedbd24477f2b2ea9b7f3571ac.tar.gz bai-client-a7c41857117523eedbd24477f2b2ea9b7f3571ac.tar.xz bai-client-a7c41857117523eedbd24477f2b2ea9b7f3571ac.zip |
Setup babel, browser list modificada
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, |