mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 12:26:35 +00:00
Fix linting
This commit is contained in:
parent
0be937ee6d
commit
4e797599b6
@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "eslint-config-airbnb",
|
||||
"extends": "airbnb",
|
||||
"globals": {
|
||||
"__DEV__": false,
|
||||
"__DEMO__": false
|
||||
|
@ -16,7 +16,7 @@
|
||||
"author": "Paulus Schoutsen <Paulus@PaulusSchoutsen.nl> (http://paulusschoutsen.nl)",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"home-assistant-js": "git+https://github.com/balloob/home-assistant-js.git#bb8bd7bd19cae511e43d4815191921c78c6f00fb",
|
||||
"home-assistant-js": "git+https://github.com/balloob/home-assistant-js.git#ca8787e90e1176d46dba7fc26fad719ec61ef5be",
|
||||
"lodash": "^3.10.1",
|
||||
"moment": "^2.10.6"
|
||||
},
|
||||
|
@ -14,7 +14,7 @@ export default new Polymer({
|
||||
properties: {
|
||||
entityId: {
|
||||
type: String,
|
||||
value: "",
|
||||
value: '',
|
||||
},
|
||||
|
||||
state: {
|
||||
|
@ -3,7 +3,7 @@ import {
|
||||
entityHistoryGetters,
|
||||
entityHistoryActions,
|
||||
moreInfoGetters,
|
||||
moreInfoActions
|
||||
moreInfoActions,
|
||||
} from '../util/home-assistant-js-instance';
|
||||
|
||||
import Polymer from '../polymer';
|
||||
|
@ -5,7 +5,7 @@ import {
|
||||
navigationActions,
|
||||
reactor,
|
||||
startLocalStoragePreferencesSync,
|
||||
syncGetters
|
||||
syncGetters,
|
||||
} from './util/home-assistant-js-instance';
|
||||
|
||||
import nuclearObserver from './util/bound-nuclear-behavior';
|
||||
|
@ -1,6 +1,6 @@
|
||||
import {
|
||||
entityHistoryGetters,
|
||||
entityHistoryActions
|
||||
entityHistoryActions,
|
||||
} from '../util/home-assistant-js-instance';
|
||||
|
||||
import Polymer from '../polymer';
|
||||
|
@ -1,7 +1,7 @@
|
||||
import {
|
||||
streamGetters,
|
||||
syncActions,
|
||||
serviceActions
|
||||
serviceActions,
|
||||
} from '../util/home-assistant-js-instance';
|
||||
|
||||
import Polymer from '../polymer';
|
||||
|
@ -1,6 +1,6 @@
|
||||
import {
|
||||
entityGetters,
|
||||
moreInfoGetters
|
||||
moreInfoGetters,
|
||||
} from '../util/home-assistant-js-instance';
|
||||
|
||||
import Polymer from '../polymer';
|
||||
|
@ -1,6 +1,6 @@
|
||||
import {
|
||||
reactor,
|
||||
serviceGetters
|
||||
serviceGetters,
|
||||
} from '../util/home-assistant-js-instance';
|
||||
|
||||
// Return boolean if entity can be toggled.
|
||||
|
Loading…
x
Reference in New Issue
Block a user