diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-16 15:04:00 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-16 15:04:00 +0300 |
commit | c1dc196903e6756ac49473c219769a10ee64315e (patch) | |
tree | fac5b3f7e57950cb7702b6fe42f879bf412b8cd8 /ROADMAP.md | |
parent | f448b3ca98fe12d3a8f3430cfe2c967750be656e (diff) | |
download | eslint-config-c1dc196903e6756ac49473c219769a10ee64315e.tar.xz eslint-config-c1dc196903e6756ac49473c219769a10ee64315e.zip |
feat(comments): no-aggregating-enable
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
@@ -284,7 +284,7 @@ ## ESLint Comments - [X] "disable-enable-pair" -- [ ] "no-aggregating-enable" +- [X] "no-aggregating-enable" - [X] "no-duplicate-disable" - [X] "no-restricted-disable" - [X] "no-unlimited-disable" |