Skip to content

Commit

Permalink
Merge pull request #4 from chefsplate/radix-as-needed
Browse files Browse the repository at this point in the history
disallow providing radix of 10 (is default)
  • Loading branch information
jmschlmrs authored Jan 31, 2018
2 parents 093a5c2 + 20912ea commit 6d873dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
"expect": true
},
"rules": {
"radix": ["error", "always"],
"radix": ["error", "as-needed"],
"react/jsx-quotes": 0,
"react/jsx-filename-extension": 0,
"react/no-danger": 0,
Expand Down

0 comments on commit 6d873dc

Please sign in to comment.