aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorLibravatar Renard 2019-09-16 15:14:16 -0300
committerLibravatar Renard 2019-09-16 15:14:16 -0300
commita7c41857117523eedbd24477f2b2ea9b7f3571ac (patch)
treeae993aef83d591be4f5c2245f5a625145a633a8f /.eslintrc.json
parenteaba5936e4654fd370af11dda79e3af213b4e04c (diff)
downloadbai-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.json1
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,