Skip to content

Commit

Permalink
Docs: regenerate rules table
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Feb 11, 2019
1 parent b5755a3 commit dfb1379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Name | ✔️ | 🛠 | Description
[no-plusplus](https://eslint.org/docs/rules/no-plusplus) | ✔️ | 🛠 | disallow the unary operators `++` and `--`
[no-useless-concat](https://eslint.org/docs/rules/no-useless-concat) | | 🛠 | disallow unnecessary concatenation of literals or template literals
[prefer-spread](https://eslint.org/docs/rules/prefer-spread) | | 🛠 | require spread operators instead of `.apply()`
[radix](https://eslint.org/docs/rules/radix) | 🛠 | enforce the consistent use of the radix argument when using `parseInt()`
[radix](https://eslint.org/docs/rules/radix) | | 🛠 | enforce the consistent use of the radix argument when using `parseInt()`
[valid-typeof](https://eslint.org/docs/rules/valid-typeof) | | 🛠 | enforce comparing `typeof` expressions against valid strings
<!-- __END AUTOGENERATED TABLE__ -->

Expand Down

0 comments on commit dfb1379

Please sign in to comment.