Fail eslint on var usage.

This commit is contained in:
flawedworld 2021-04-01 23:46:50 +01:00 committed by Daniel Micay
parent 6a5e5ac180
commit 603b777ecd

View File

@ -24,6 +24,9 @@
"semi": [
"error",
"always"
],
"no-var": [
"error"
]
}
}