ha-frontend/.eslintrc.json

13 lines
211 B
JSON

{
"extends": "./.eslintrc-hound.json",
"plugins": ["react"],
"env": {
"browser": true
},
"rules": {
"import/no-unresolved": 2,
"linebreak-style": 0,
"implicit-arrow-linebreak": 0
}
}