diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 00:25:55 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 00:25:55 +0300 |
commit | e5752a7db1504475596273dab283b6bf76dcd9f5 (patch) | |
tree | 9bcd2f2098cc764496a7e6feb3b3144b9270e1cb /ROADMAP.md | |
parent | 5bd92b74f29032bedfc350a17f663f220d45461a (diff) | |
download | eslint-config-e5752a7db1504475596273dab283b6bf76dcd9f5.tar.xz eslint-config-e5752a7db1504475596273dab283b6bf76dcd9f5.zip |
feat(eslint): Rule "no-caller"
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
@@ -83,7 +83,7 @@ - [ ] "no-await-in-loop" - [ ] "no-bitwise" - [ ] "no-buffer-constructor" -- [ ] "no-caller" +- [X] "no-caller" - [ ] "no-case-declarations" - [X] "no-catch-shadow" - [ ] "no-class-assign" |