Enforce more lint rules.

This commit is contained in:
2020-11-01 20:54:26 -06:00
parent 33aaddad9c
commit b758b85b15
6 changed files with 40 additions and 14 deletions

View File

@@ -28,6 +28,12 @@
"indent": [
"error",
"tab"
],
"curly": [
"error"
],
"brace-style": [
"error"
]
}
}