feat(eslint): Rule "prefer-template"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 02:07:00 +04:00
parent d79a699a42
commit ddbdb502fa
2 changed files with 4 additions and 1 deletions

View File

@ -407,6 +407,9 @@
"prefer-spread": [
"error"
],
"prefer-template": [
"error"
],
"quote-props": [
"error",
"consistent-as-needed",