Skip to content

Commit 50694e9

Browse files
jishiDavid Brockman Smoliansky
authored andcommitted
fix: remove radix linting rule (#84)
1 parent 252e07f commit 50694e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ module.exports = {
156156
"prefer-template": 1,
157157
"quote-props": [2, "as-needed"],
158158
"quotes": [2, "single", "avoid-escape"],
159-
"radix": 2,
160159
"require-yield": 2,
161160
"semi": [2, "always"],
162161
"semi-spacing": [2, { "before": false, "after": true }],

0 commit comments

Comments
 (0)