2017-12-13 22:35:07 +01:00
|
|
|
{
|
|
|
|
"plugins": [
|
|
|
|
"flowtype"
|
|
|
|
],
|
|
|
|
"extends": [
|
|
|
|
"airbnb",
|
2017-12-20 16:32:59 +01:00
|
|
|
"plugin:import/electron",
|
2017-12-13 22:35:07 +01:00
|
|
|
"plugin:flowtype/recommended",
|
|
|
|
"prettier"
|
|
|
|
],
|
|
|
|
"settings": {
|
|
|
|
"import/resolver": {
|
|
|
|
"webpack": {
|
|
|
|
"config": "webpack.renderer.additions.js"
|
|
|
|
}
|
2017-12-20 16:32:59 +01:00
|
|
|
}
|
2017-12-13 22:35:07 +01:00
|
|
|
},
|
|
|
|
"parser": "babel-eslint",
|
|
|
|
"env": {
|
|
|
|
"browser": true,
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"globals": {
|
|
|
|
"__static": true,
|
2017-12-20 16:34:18 +01:00
|
|
|
"staticResourcesPath": true,
|
|
|
|
"__": true,
|
|
|
|
"__n": true,
|
|
|
|
"app": true
|
2017-12-13 22:35:07 +01:00
|
|
|
}
|
|
|
|
}
|