aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 23:08:06 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 23:08:06 +0300
commit07a5bddd6b41c94c86dd492eaf1d775d16aaf70e (patch)
tree3a4996f9b3cb3cbb1a151de2e9f4c9734020fa72 /ROADMAP.md
parent933e1f6356267c273704aafb34b07ee9752dc826 (diff)
downloadeslint-config-07a5bddd6b41c94c86dd492eaf1d775d16aaf70e.tar.xz
eslint-config-07a5bddd6b41c94c86dd492eaf1d775d16aaf70e.zip
feat(typescript): Rule "no-namespace"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index fd56686..249f663 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -367,7 +367,7 @@
- [X] "no-magic-numbers"
- [ ] "no-misused-new"
- [ ] "no-misused-promises"
-- [ ] "no-namespace"
+- [X] "no-namespace"
- [ ] "no-non-null-asserted-optional-chain"
- [ ] "no-non-null-assertion"
- [ ] "no-parameter-properties"