mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-23 12:57:21 +00:00
16 lines
247 B
JSON
16 lines
247 B
JSON
{
|
|
"extends": "./.eslintrc-hound.json",
|
|
"plugins": [
|
|
"react"
|
|
],
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"parser": "babel-eslint",
|
|
"rules": {
|
|
"import/no-unresolved": 2,
|
|
"linebreak-style": 0,
|
|
"implicit-arrow-linebreak": 0
|
|
}
|
|
}
|