diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 13:54:41 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 13:54:41 +0300 |
commit | 6beddfac3497e11efdde3f3f3ef0a87a310fc72f (patch) | |
tree | c7b171b19080d15532973f5b091258cdeec9bfad /ROADMAP.md | |
parent | 5f52e81fb5394a61604294260d47cebed839bacf (diff) | |
download | eslint-config-6beddfac3497e11efdde3f3f3ef0a87a310fc72f.tar.xz eslint-config-6beddfac3497e11efdde3f3f3ef0a87a310fc72f.zip |
feat{eslint}: Rule "valid-jsdoc"
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
@@ -273,7 +273,7 @@ - [ ] "template-tag-spacing" - [ ] "unicode-bom" - [ ] "use-isnan" -- [ ] "valid-jsdoc" +- [X] "valid-jsdoc" - [ ] "valid-typeof" - [ ] "vars-on-top" - [ ] "wrap-iife" |