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