ha-frontend-cdce8p/.eslintrc.json
Andrey 2cfda880ac Don't use file extend in hound .eslintrc. It is not supported. (#670)
* Don't use file extend in hound .eslintrc. It is not supported.

* Extend the other way around
2017-11-22 15:59:16 -08:00

8 lines
86 B
JSON

{
"extends": "./.eslintrc-hound.json",
"plugins": [
"html",
"react"
]
}