lbry-desktop/.eslintrc.json
2017-12-13 18:36:03 -03:00

26 lines
No EOL
389 B
JSON

{
"plugins": [
"flowtype"
],
"extends": [
"airbnb",
"plugin:flowtype/recommended",
"prettier"
],
"settings": {
"import/resolver": {
"webpack": {
"config": "webpack.renderer.additions.js"
}
}
},
"parser": "babel-eslint",
"env": {
"browser": true,
"node": true
},
"globals": {
"__static": true,
"__": true
}
}