eslint is a bit unhappy after that upgrade

This commit is contained in:
Dane Everitt 2020-02-11 21:15:40 -08:00
parent 1b1c95d8ce
commit 79b3e82887
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ extends:
globals:
tw: "readonly"
rules:
indent:
- error
- 4
semi:
- error
- always