Update lint rules (#9563)

Updated deps

Added `unused-imports`, prefer arrow, and import order
This commit is contained in:
Bram Kragten
2021-07-15 12:08:04 +02:00
committed by GitHub
parent 12f7366968
commit e797c01761
177 changed files with 1122 additions and 1146 deletions

View File

@@ -1,6 +1,7 @@
import { Formfield } from "@material/mwc-formfield";
import { css, CSSResultGroup } from "lit";
import { customElement } from "lit/decorators";
@customElement("ha-formfield")
// @ts-expect-error
export class HaFormfield extends Formfield {