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

View File

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