From ccea0635e4431dcc8bc68207db187c891158f837 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 02:11:16 +0400 Subject: feat(eslint): Rule "prefer-arrow-callback" Signed-off-by: Valentin Popov --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ROADMAP.md') 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" -- cgit v1.2.3