diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 11:02:05 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 11:02:05 +0300 |
commit | 9a518ccf7e50deb0ce80bd8b332baff6e6881278 (patch) | |
tree | 5e0b43c563f875ba267120032ab63c79c8071c50 /ROADMAP.md | |
parent | 059976ca5a189f20c42875346021246b5789907f (diff) | |
download | eslint-config-9a518ccf7e50deb0ce80bd8b332baff6e6881278.tar.xz eslint-config-9a518ccf7e50deb0ce80bd8b332baff6e6881278.zip |
feat(eslint): Rule "no-use-before-define"
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
@@ -206,7 +206,7 @@ - [ ] "no-unused-expressions" - [ ] "no-unused-labels" - [X] "no-unused-vars" -- [ ] "no-use-before-define" +- [X] "no-use-before-define" - [ ] "no-useless-backreference" - [X] "no-useless-call" - [ ] "no-useless-catch" |