diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 11:07:39 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 11:07:39 +0300 |
commit | 407a0131006a95552fba3e9143734ffb554bde67 (patch) | |
tree | b82018e4d7def74a5b3945e0688038afba593746 /ROADMAP.md | |
parent | e5631d6bbbbc34fa4975424cd46ac1eadedf9880 (diff) | |
download | eslint-config-407a0131006a95552fba3e9143734ffb554bde67.tar.xz eslint-config-407a0131006a95552fba3e9143734ffb554bde67.zip |
feat(typescript): Rule "no-implied-eval"
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
@@ -362,7 +362,7 @@ - [ ] "no-extraneous-class" - [ ] "no-floating-promises" - [ ] "no-for-in-array" -- [ ] "no-implied-eval" +- [X] "no-implied-eval" - [X] "no-inferrable-types" - [X] "no-magic-numbers" - [ ] "no-misused-new" |