aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-03-26 19:36:44 +0300
committerValentin Popov <info@valentineus.link>2020-03-26 19:36:44 +0300
commit09caa0dcba54156523309186a5e08e57d30e154d (patch)
tree7f41d06de774a242e2abe66487c6d1dbe6ecd604 /ROADMAP.md
parenta40468c437f05bb9d974250de2d433611037d588 (diff)
downloadeslint-config-09caa0dcba54156523309186a5e08e57d30e154d.tar.xz
eslint-config-09caa0dcba54156523309186a5e08e57d30e154d.zip
Updated TypeScript to v2.25.0
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 4ab6b9c..d47b7fb 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -389,6 +389,7 @@
- [ ] "ban-types"
- [ ] "brace-style"
- [ ] "camelcase"
+- [X] "class-literal-property-style"
- [ ] "class-name-casing"
- [X] "comma-spacing"
- [ ] "consistent-type-assertions"
@@ -406,6 +407,7 @@
- [ ] "member-ordering"
- [ ] "naming-convention"
- [ ] "no-array-constructor"
+- [X] "no-base-to-string"
- [ ] "no-dupe-class-members"
- [ ] "no-dynamic-delete"
- [ ] "no-empty-function"
@@ -431,10 +433,13 @@
- [ ] "no-throw-literal"
- [X] "no-type-alias"
- [ ] "no-unnecessary-boolean-literal-compare"
-- [ ] "no-unnecessary-condition"
+- [X] "no-unnecessary-condition"
- [ ] "no-unnecessary-qualifier"
- [ ] "no-unnecessary-type-arguments"
-- [ ] "no-unnecessary-type-assertion"
+- [X] "no-unnecessary-type-assertion"
+- [X] "no-unsafe-call"
+- [X] "no-unsafe-member-access"
+- [X] "no-unsafe-return"
- [X] "no-untyped-public-signature"
- [ ] "no-unused-expressions"
- [X] "no-unused-vars"
@@ -450,6 +455,7 @@
- [ ] "prefer-nullish-coalescing"
- [ ] "prefer-optional-chain"
- [ ] "prefer-readonly"
+- [X] "prefer-readonly-parameter-types"
- [ ] "prefer-regexp-exec"
- [ ] "prefer-string-starts-ends-with"
- [ ] "promise-function-async"