diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-17 23:47:04 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-17 23:47:04 +0300 |
commit | 10507bf4d5bd94fe14949fe34c91d73aa4e43a6a (patch) | |
tree | 4c93a0fa246ea4692e37a25b7ec26967e1e24e7e /ROADMAP.md | |
parent | 7f69fc6b1ee0ef43244785b4319dd53751ad74af (diff) | |
download | eslint-config-10507bf4d5bd94fe14949fe34c91d73aa4e43a6a.tar.xz eslint-config-10507bf4d5bd94fe14949fe34c91d73aa4e43a6a.zip |
Updated plugin rules
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r-- | ROADMAP.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -282,6 +282,7 @@ - [X] "no-unused-disable" - [X] "no-unused-enable" - [X] "no-use" +- [ ] "require-description" ## Import @@ -494,13 +495,17 @@ - [ ] "no-keyword-prefix" - [ ] "no-nested-ternary" - [ ] "no-new-buffer" +- [ ] "no-null" - [ ] "no-process-exit" +- [ ] "no-reduce" - [ ] "no-unreadable-array-destructuring" - [ ] "no-unsafe-regex" - [ ] "no-unused-properties" +- [ ] "no-useless-undefined" - [ ] "no-zero-fractions" - [ ] "number-literal-case" - [ ] "prefer-add-event-listener" +- [ ] "prefer-array-find" - [ ] "prefer-dataset" - [ ] "prefer-event-key" - [ ] "prefer-exponentiation-operator" @@ -511,6 +516,7 @@ - [ ] "prefer-node-append" - [ ] "prefer-node-remove" - [X] "prefer-number-properties" +- [ ] "prefer-optional-catch-binding" - [ ] "prefer-query-selector" - [ ] "prefer-reflect-apply" - [ ] "prefer-replace-all" @@ -522,6 +528,7 @@ - [ ] "prefer-trim-start-end" - [ ] "prefer-type-error" - [X] "prevent-abbreviations" +- [ ] "string-content" - [ ] "throw-new-error" ## Vue |