1
mirror of https://github.com/home-assistant/frontend synced 2024-09-30 15:52:53 +02:00
ha-frontend/.eslintrc
2015-08-12 20:29:58 -07:00

12 lines
197 B
Plaintext

{
"extends": "eslint-config-airbnb",
"globals": {
"__DEV__": false,
"__DEMO__": false
},
"rules": {
"comma-dangle": [2, "always-multiline"],
"no-underscore-dangle": 0
}
}