Updating eslint parser

Was complaining about ‘Parsing error: unexpected token =‘
This commit is contained in:
Sharyn 2018-07-09 16:28:31 +02:00
parent bf631f5719
commit f4256af531

View File

@ -1,6 +1,7 @@
{
"extends": [
"airbnb"],
"parser": "babel-eslint",
"rules": {
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
"no-console": "error",