ESLint: Add prefer-template

This commit is contained in:
Andrei Andreev 2019-04-15 10:37:44 +03:00 committed by GitHub
parent 31179dbd61
commit 006018730b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,6 +211,7 @@
"prefer-rest-params": "error",
"prefer-spread": "error",
"rest-spread-spacing": "error",
"template-curly-spacing": "error"
"template-curly-spacing": "error",
"prefer-template": "error"
}
}