aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 00:46:18 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 00:46:18 +0300
commit14a81b9fea501773962efbdf53ebffaa3f3b03b1 (patch)
tree7b449bba90485b342d3ff8855688ced5e9e459f6 /ROADMAP.md
parent0c0d6c019fdaf6651aac8a96e55da23ab179b46e (diff)
downloadeslint-config-14a81b9fea501773962efbdf53ebffaa3f3b03b1.tar.xz
eslint-config-14a81b9fea501773962efbdf53ebffaa3f3b03b1.zip
feat(eslint): Rule "no-return-await"
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 2dd581b..41b2260 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -176,7 +176,7 @@
- [ ] "no-restricted-properties"
- [ ] "no-restricted-syntax"
- [ ] "no-return-assign"
-- [ ] "no-return-await"
+- [X] "no-return-await"
- [ ] "no-script-url"
- [ ] "no-self-assign"
- [ ] "no-self-compare"