mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 20:36: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": {
|
"globals": {
|
||||||
"__DEV__": false,
|
"__DEV__": false,
|
||||||
"__DEMO__": false
|
"__DEMO__": false
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
"author": "Paulus Schoutsen <Paulus@PaulusSchoutsen.nl> (http://paulusschoutsen.nl)",
|
"author": "Paulus Schoutsen <Paulus@PaulusSchoutsen.nl> (http://paulusschoutsen.nl)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"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",
|
"lodash": "^3.10.1",
|
||||||
"moment": "^2.10.6"
|
"moment": "^2.10.6"
|
||||||
},
|
},
|
||||||
|
@ -14,7 +14,7 @@ export default new Polymer({
|
|||||||
properties: {
|
properties: {
|
||||||
entityId: {
|
entityId: {
|
||||||
type: String,
|
type: String,
|
||||||
value: "",
|
value: '',
|
||||||
},
|
},
|
||||||
|
|
||||||
state: {
|
state: {
|
||||||
|
@ -3,7 +3,7 @@ import {
|
|||||||
entityHistoryGetters,
|
entityHistoryGetters,
|
||||||
entityHistoryActions,
|
entityHistoryActions,
|
||||||
moreInfoGetters,
|
moreInfoGetters,
|
||||||
moreInfoActions
|
moreInfoActions,
|
||||||
} from '../util/home-assistant-js-instance';
|
} from '../util/home-assistant-js-instance';
|
||||||
|
|
||||||
import Polymer from '../polymer';
|
import Polymer from '../polymer';
|
||||||
|
@ -5,7 +5,7 @@ import {
|
|||||||
navigationActions,
|
navigationActions,
|
||||||
reactor,
|
reactor,
|
||||||
startLocalStoragePreferencesSync,
|
startLocalStoragePreferencesSync,
|
||||||
syncGetters
|
syncGetters,
|
||||||
} from './util/home-assistant-js-instance';
|
} from './util/home-assistant-js-instance';
|
||||||
|
|
||||||
import nuclearObserver from './util/bound-nuclear-behavior';
|
import nuclearObserver from './util/bound-nuclear-behavior';
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import {
|
import {
|
||||||
entityHistoryGetters,
|
entityHistoryGetters,
|
||||||
entityHistoryActions
|
entityHistoryActions,
|
||||||
} from '../util/home-assistant-js-instance';
|
} from '../util/home-assistant-js-instance';
|
||||||
|
|
||||||
import Polymer from '../polymer';
|
import Polymer from '../polymer';
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import {
|
import {
|
||||||
streamGetters,
|
streamGetters,
|
||||||
syncActions,
|
syncActions,
|
||||||
serviceActions
|
serviceActions,
|
||||||
} from '../util/home-assistant-js-instance';
|
} from '../util/home-assistant-js-instance';
|
||||||
|
|
||||||
import Polymer from '../polymer';
|
import Polymer from '../polymer';
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import {
|
import {
|
||||||
entityGetters,
|
entityGetters,
|
||||||
moreInfoGetters
|
moreInfoGetters,
|
||||||
} from '../util/home-assistant-js-instance';
|
} from '../util/home-assistant-js-instance';
|
||||||
|
|
||||||
import Polymer from '../polymer';
|
import Polymer from '../polymer';
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import {
|
import {
|
||||||
reactor,
|
reactor,
|
||||||
serviceGetters
|
serviceGetters,
|
||||||
} from '../util/home-assistant-js-instance';
|
} from '../util/home-assistant-js-instance';
|
||||||
|
|
||||||
// Return boolean if entity can be toggled.
|
// Return boolean if entity can be toggled.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user