Update eslint config in build page to fail on var usage

This commit is contained in:
flawedworld
2021-04-03 23:48:25 -04:00
committed by Daniel Micay
parent 603b777ecd
commit 0e3232dccd
+3
View File
@@ -1225,6 +1225,9 @@ rm android-cts-media-1.5.zip</pre>
"semi": [
"error",
"always"
],
"no-var": [
"error"
]
}
}</pre>