aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-19 13:59:26 +0300
committerValentin Popov <info@valentineus.link>2020-02-19 13:59:26 +0300
commitdfac7f513816657c89b512fead190607129695e9 (patch)
tree9568c37e40941fd6cc072c517e14e11ecb698f77 /ROADMAP.md
parent0b14a227166706f94e409f242983427e8cf95b16 (diff)
downloadeslint-config-dfac7f513816657c89b512fead190607129695e9.tar.xz
eslint-config-dfac7f513816657c89b512fead190607129695e9.zip
feat(typescript): no-type-alias
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 2d23211..b4a1796 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -429,7 +429,7 @@
- [ ] "no-require-imports"
- [ ] "no-this-alias"
- [ ] "no-throw-literal"
-- [ ] "no-type-alias"
+- [X] "no-type-alias"
- [ ] "no-unnecessary-boolean-literal-compare"
- [ ] "no-unnecessary-condition"
- [ ] "no-unnecessary-qualifier"