aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 01:11:16 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 01:11:16 +0300
commitccea0635e4431dcc8bc68207db187c891158f837 (patch)
treedb46713e7a00b7cc1fa9cdf53440c6f194ce00ba /ROADMAP.md
parent1191beb965ca59ff897fc13cd1c99a44d7e316c3 (diff)
downloadeslint-config-ccea0635e4431dcc8bc68207db187c891158f837.tar.xz
eslint-config-ccea0635e4431dcc8bc68207db187c891158f837.zip
feat(eslint): Rule "prefer-arrow-callback"
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 c85d867..a997aaa 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -232,7 +232,7 @@
- [ ] "operator-linebreak"
- [ ] "padded-blocks"
- [ ] "padding-line-between-statements"
-- [ ] "prefer-arrow-callback"
+- [X] "prefer-arrow-callback"
- [X] "prefer-const"
- [ ] "prefer-destructuring"
- [ ] "prefer-exponentiation-operator"