From 8c29dd93480f905e13b728d5bc7bf231757b1347 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 2 Sep 2016 10:39:54 -0400 Subject: [PATCH] Enable radix eslint rule --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index 914c74e93..2535fa3fe 100644 --- a/.eslintrc +++ b/.eslintrc @@ -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",