ha-frontend-cdce8p/.eslintrc
Paulus Schoutsen 3a8e758a31 Update packages
2016-08-08 00:38:26 -07:00

25 lines
388 B
Plaintext

{
"extends": "airbnb-base",
"globals": {
"__DEV__": false,
"Polymer": true
},
"env": {
"browser": true
},
"rules": {
"new-cap": 0,
"prefer-template": 0,
"object-shorthand": 0,
"func-names": 0,
"prefer-arrow-callback": 0,
"no-underscore-dangle": 0,
"no-var": 0,
"strict": 0,
"prefer-spread": 0
},
plugins: [
"html"
]
}