This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-08-31 07:15:12 -07:00
|
|
|
{
|
|
|
|
"env": {
|
|
|
|
"browser": true,
|
|
|
|
"node": false,
|
|
|
|
"es6": true
|
|
|
|
},
|
|
|
|
|
2016-09-01 05:12:11 -07:00
|
|
|
"parser": "babel-eslint",
|
|
|
|
|
2016-08-31 13:58:10 -07:00
|
|
|
"plugins": [
|
|
|
|
"react"
|
|
|
|
],
|
2016-08-31 07:15:12 -07:00
|
|
|
|
2016-08-31 13:58:10 -07:00
|
|
|
"parserOptions": {
|
|
|
|
"sourceType": "module",
|
2016-08-31 07:15:12 -07:00
|
|
|
|
2016-08-31 13:58:10 -07:00
|
|
|
"ecmaFeatures": {
|
|
|
|
"jsx": true
|
|
|
|
},
|
|
|
|
},
|
2016-08-31 07:15:12 -07:00
|
|
|
}
|