Skip to content

Commit cafb3ad

Browse files
committed
update eslint rules
1 parent 8aba189 commit cafb3ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"message": "Use String#slice instead."
1414
}],
1515
"max-len": [1, 120, 2],
16-
"spaced-comment": "off"
16+
"spaced-comment": "off",
17+
"radix": ["error", "always"]
1718
}
1819
}

0 commit comments

Comments
 (0)