aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 11:10:59 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 11:10:59 +0300
commitf9ebfb719aa850b01ce3e1ee3a9d7ab359e73058 (patch)
tree9abffea31fd58ea4cf55d0cf6bfb4abc2344217c /ROADMAP.md
parent407a0131006a95552fba3e9143734ffb554bde67 (diff)
downloadeslint-config-f9ebfb719aa850b01ce3e1ee3a9d7ab359e73058.tar.xz
eslint-config-f9ebfb719aa850b01ce3e1ee3a9d7ab359e73058.zip
feat(eslint): Rule "no-restricted-properties"
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 0832f8b..46c3102 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -173,7 +173,7 @@
- [ ] "no-restricted-globals"
- [ ] "no-restricted-imports"
- [ ] "no-restricted-modules"
-- [ ] "no-restricted-properties"
+- [X] "no-restricted-properties"
- [ ] "no-restricted-syntax"
- [ ] "no-return-assign"
- [X] "no-return-await"