diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 11:04:05 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 11:04:05 +0300 |
commit | e5631d6bbbbc34fa4975424cd46ac1eadedf9880 (patch) | |
tree | ca2ae30110510882a22ec1fc533f2a8cbe18cf01 /ROADMAP.md | |
parent | 9a518ccf7e50deb0ce80bd8b332baff6e6881278 (diff) | |
download | eslint-config-e5631d6bbbbc34fa4975424cd46ac1eadedf9880.tar.xz eslint-config-e5631d6bbbbc34fa4975424cd46ac1eadedf9880.zip |
feat(typescript): 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
@@ -384,7 +384,7 @@ - [ ] "no-unused-expressions" - [X] "no-unused-vars" - [X] "no-unused-vars-experimental" -- [ ] "no-use-before-define" +- [X] "no-use-before-define" - [X] "no-useless-constructor" - [X] "no-var-requires" - [ ] "prefer-as-const" |