jxom
7 years ago
2 changed files with 10 additions and 2 deletions
@ -1,7 +1,15 @@ |
|||||
{ |
{ |
||||
|
"extends": [ |
||||
|
"eslint:recommended", |
||||
|
"plugin:react/recommended" |
||||
|
], |
||||
"plugins": [ |
"plugins": [ |
||||
"prettier", |
"prettier", |
||||
"react" |
"react" |
||||
], |
], |
||||
"parser": "babel-eslint", |
"parser": "babel-eslint", |
||||
|
"env": { |
||||
|
"node": true, |
||||
|
"browser": true |
||||
|
} |
||||
} |
} |
Loading…
Reference in new issue