mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-19 18:28:42 +00:00
12 lines
201 B
Plaintext
12 lines
201 B
Plaintext
{
|
|
"extends": "eslint-config-airbnb",
|
|
"globals": {
|
|
"__DEV__": false,
|
|
"__DEMO__": false
|
|
},
|
|
"rules": {
|
|
"comma-dangle": [2, "always-multiline"],
|
|
"no-underscore-dangle": false
|
|
}
|
|
}
|