Skip to content

Commit

Permalink
Merge pull request airbnb#663 from silvenon/patch-1
Browse files Browse the repository at this point in the history
[guide] Link to the eslint rule for radix in parseInt
  • Loading branch information
ljharb committed Jan 6, 2016
2 parents ed1f484 + 557b4da commit c4c724c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1908,6 +1908,8 @@ Other Style Guides
- [21.3](#21.3) <a name='21.3'></a> Numbers: Use `Number` for type casting and `parseInt` always with a radix for parsing strings.
eslint rules: [`radix`](http://eslint.org/docs/rules/radix).
```javascript
const inputValue = '4';
Expand Down

0 comments on commit c4c724c

Please sign in to comment.