diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 22:59:20 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 22:59:20 +0300 |
commit | fc524a46098d1cfb4ca3991f41ea0b2f8334e404 (patch) | |
tree | 2d14a92866f8d1721256b4c542bdb55d6ebc6790 /ROADMAP.md | |
parent | 1155911243d14469ce2f920003aa6ade0a85cbfd (diff) | |
download | eslint-config-fc524a46098d1cfb4ca3991f41ea0b2f8334e404.tar.xz eslint-config-fc524a46098d1cfb4ca3991f41ea0b2f8334e404.zip |
feat(eslint): Rule "no-magic-numbers"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r-- | ROADMAP.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ - [ ] "no-lone-blocks" - [ ] "no-lonely-if" - [ ] "no-loop-func" -- [ ] "no-magic-numbers" +- [X] "no-magic-numbers" - [ ] "no-misleading-character-class" - [ ] "no-mixed-operators" - [ ] "no-mixed-requires" |