aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-06-18 00:02:06 +0300
committerValentin Popov <info@valentineus.link>2020-06-18 00:02:06 +0300
commit14cecabc106a9cf8e4f34ecb114fd26edd4c92f6 (patch)
treef7a33bc2fd6fbc626ef1998d035248640e644989 /ROADMAP.md
parent10507bf4d5bd94fe14949fe34c91d73aa4e43a6a (diff)
downloadeslint-config-14cecabc106a9cf8e4f34ecb114fd26edd4c92f6.tar.xz
eslint-config-14cecabc106a9cf8e4f34ecb114fd26edd4c92f6.zip
Fixed rules
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index f671ba7..e7e9612 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -308,6 +308,7 @@
- [ ] "no-dynamic-require"
- [ ] "no-extraneous-dependencies"
- [ ] "no-internal-modules"
+- [ ] "no-loss-of-precision"
- [ ] "no-mutable-exports"
- [ ] "no-named-as-default"
- [ ] "no-named-as-default-member"
@@ -380,6 +381,7 @@
- [ ] "ban-tslint-comment"
- [ ] "ban-types"
- [ ] "brace-style"
+- [ ] "camelcase"
- [X] "class-literal-property-style"
- [X] "comma-spacing"
- [ ] "consistent-type-assertions"
@@ -436,7 +438,6 @@
- [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"
- [X] "no-unused-vars-experimental"