feat(comments): Initial ESLint Comments plugin

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 12:39:05 +04:00
parent 92d87f46c8
commit d7fbade96c
5 changed files with 31 additions and 0 deletions

View File

@@ -281,6 +281,17 @@
- [ ] "yield-star-spacing"
- [X] "yoda"
## ESLint Comments
- [ ] "disable-enable-pair"
- [ ] "no-aggregating-enable"
- [ ] "no-duplicate-disable"
- [ ] "no-restricted-disable"
- [ ] "no-unlimited-disable"
- [ ] "no-unused-disable"
- [ ] "no-unused-enable"
- [ ] "no-use"
## Import
- [ ] "default"