Enable radix eslint rule

This commit is contained in:
Bryan Housel
2016-09-02 10:39:54 -04:00
parent d1105ccc14
commit 8c29dd9348
+1
View File
@@ -58,6 +58,7 @@
"no-warning-comments": "warn",
"no-with": "error",
"no-use-before-define": ["off", "nofunc"],
"radix": ["error", "always"],
"semi": ["error", "always"],
"semi-spacing": "error",
"space-unary-ops": "error",