1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 10:48:44 +00:00

Upgrade eslint to 4.8.0 (#445)

* Upgrade eslint

* Fix post-merge errors
This commit is contained in:
Andrey
2017-10-09 07:08:06 +03:00
committed by Paulus Schoutsen
parent 121c0d0879
commit bc0d44ca81
74 changed files with 651 additions and 639 deletions

View File

@@ -11,7 +11,9 @@ export default class NumericStateCondition extends Component {
/* eslint-disable camelcase */
render({ condition }) {
const { value_template, entity_id, below, above } = condition;
const {
value_template, entity_id, below, above
} = condition;
return (
<div>
<paper-input