diff --git a/README.md b/README.md index ef29094a58..ea0c66bd7f 100644 --- a/README.md +++ b/README.md @@ -1908,6 +1908,8 @@ Other Style Guides - [21.3](#21.3) 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';