Skip to content

Commit

Permalink
Enable radix eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Sep 2, 2016
1 parent d1105cc commit 8c29dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Expand Up @@ -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",
Expand Down

0 comments on commit 8c29dd9

Please sign in to comment.