aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 01:05:43 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 01:05:43 +0300
commitd79a699a42e5a21953dfb6949237a98ff8ef7552 (patch)
tree02b9d28d43a34b75b5c9ea656273cc4ee48331b0 /ROADMAP.md
parent85de842fca3eebedb0a4b9d677825c92dde4080a (diff)
downloadeslint-config-d79a699a42e5a21953dfb6949237a98ff8ef7552.tar.xz
eslint-config-d79a699a42e5a21953dfb6949237a98ff8ef7552.zip
feat(eslint): Rule "prefer-spread"
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 2dfa706..17e92af 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -243,7 +243,7 @@
- [X] "prefer-reflect"
- [ ] "prefer-regex-literals"
- [X] "prefer-rest-params"
-- [ ] "prefer-spread"
+- [X] "prefer-spread"
- [ ] "prefer-template"
- [X] "quote-props"
- [X] "quotes"