mirror of
https://github.com/status-im/ETHReport.git
synced 2025-02-13 14:46:41 +00:00
Updating eslint parser
Was complaining about ‘Parsing error: unexpected token =‘
This commit is contained in:
parent
bf631f5719
commit
f4256af531
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"airbnb"],
|
"airbnb"],
|
||||||
|
"parser": "babel-eslint",
|
||||||
"rules": {
|
"rules": {
|
||||||
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
|
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
|
||||||
"no-console": "error",
|
"no-console": "error",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user