diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-17 20:30:15 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-17 20:33:14 +0300 |
commit | 802224efd3eabc428f4d91d6e21c19fc0b7f9db1 (patch) | |
tree | 80e0e7f5c9e39b424e15dc6f8aee9784d5f48f23 /ROADMAP.md | |
parent | 65cf95c441aaf9789e00ad68ba0b5fd2bbda4501 (diff) | |
download | eslint-config-802224efd3eabc428f4d91d6e21c19fc0b7f9db1.tar.xz eslint-config-802224efd3eabc428f4d91d6e21c19fc0b7f9db1.zip |
Updated TypeScript rules
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r-- | ROADMAP.md | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -385,29 +385,30 @@ - [ ] "array-type" - [X] "await-thenable" - [ ] "ban-ts-comment" -- [ ] "ban-ts-ignore" +- [ ] "ban-tslint-comment" - [ ] "ban-types" - [ ] "brace-style" -- [ ] "camelcase" - [X] "class-literal-property-style" -- [ ] "class-name-casing" - [X] "comma-spacing" - [ ] "consistent-type-assertions" - [ ] "consistent-type-definitions" - [ ] "default-param-last" +- [ ] "dot-notation" - [X] "explicit-function-return-type" - [X] "explicit-member-accessibility" - [ ] "explicit-module-boundary-types" - [ ] "func-call-spacing" -- [ ] "generic-type-naming" - [X] "indent" -- [X] "interface-name-prefix" +- [ ] "init-declarations" +- [ ] "keyword-spacing" +- [ ] "lines-between-class-members" - [ ] "member-delimiter-style" -- [ ] "member-naming" - [ ] "member-ordering" +- [X] "method-signature-style" - [ ] "naming-convention" - [ ] "no-array-constructor" - [X] "no-base-to-string" +- [ ] "no-confusing-non-null-assertion" - [ ] "no-dupe-class-members" - [ ] "no-dynamic-delete" - [ ] "no-empty-function" @@ -421,6 +422,8 @@ - [ ] "no-for-in-array" - [X] "no-implied-eval" - [X] "no-inferrable-types" +- [ ] "no-invalid-this" +- [ ] "no-invalid-void-type" - [X] "no-magic-numbers" - [ ] "no-misused-new" - [X] "no-misused-promises" @@ -437,6 +440,7 @@ - [ ] "no-unnecessary-qualifier" - [ ] "no-unnecessary-type-arguments" - [X] "no-unnecessary-type-assertion" +- [ ] "no-unsafe-assignment" - [X] "no-unsafe-call" - [X] "no-unsafe-member-access" - [X] "no-unsafe-return" @@ -456,8 +460,10 @@ - [ ] "prefer-optional-chain" - [ ] "prefer-readonly" - [X] "prefer-readonly-parameter-types" +- [ ] "prefer-reduce-type-parameter" - [ ] "prefer-regexp-exec" - [ ] "prefer-string-starts-ends-with" +- [ ] "prefer-ts-expect-error" - [ ] "promise-function-async" - [X] "quotes" - [ ] "require-array-sort-compare" |