diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 01:07:00 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 01:07:00 +0300 |
commit | ddbdb502fa2800eed3b5fcea61dd158bfc72a7d3 (patch) | |
tree | d0b3acd3882d9cc219ce55edc606767789cbd0f1 /ROADMAP.md | |
parent | d79a699a42e5a21953dfb6949237a98ff8ef7552 (diff) | |
download | eslint-config-ddbdb502fa2800eed3b5fcea61dd158bfc72a7d3.tar.xz eslint-config-ddbdb502fa2800eed3b5fcea61dd158bfc72a7d3.zip |
feat(eslint): Rule "prefer-template"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r-- | ROADMAP.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -244,7 +244,7 @@ - [ ] "prefer-regex-literals" - [X] "prefer-rest-params" - [X] "prefer-spread" -- [ ] "prefer-template" +- [X] "prefer-template" - [X] "quote-props" - [X] "quotes" - [ ] "radix" |