eslint is a bit unhappy after that upgrade
This commit is contained in:
parent
1b1c95d8ce
commit
79b3e82887
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ extends:
|
||||||
globals:
|
globals:
|
||||||
tw: "readonly"
|
tw: "readonly"
|
||||||
rules:
|
rules:
|
||||||
|
indent:
|
||||||
|
- error
|
||||||
|
- 4
|
||||||
semi:
|
semi:
|
||||||
- error
|
- error
|
||||||
- always
|
- always
|
||||||
|
|
Reference in a new issue