diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 23:03:58 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 23:03:58 +0300 |
commit | e4814ec7a54eb944bad99650bed770c40a00ddee (patch) | |
tree | f3e322df77bc5a8a280c90916622306bb5bda0e7 /ROADMAP.md | |
parent | fc524a46098d1cfb4ca3991f41ea0b2f8334e404 (diff) | |
download | eslint-config-e4814ec7a54eb944bad99650bed770c40a00ddee.tar.xz eslint-config-e4814ec7a54eb944bad99650bed770c40a00ddee.zip |
feat(typescript): 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
@@ -364,7 +364,7 @@ - [ ] "no-for-in-array" - [ ] "no-implied-eval" - [ ] "no-inferrable-types" -- [ ] "no-magic-numbers" +- [X] "no-magic-numbers" - [ ] "no-misused-new" - [ ] "no-misused-promises" - [ ] "no-namespace" |