Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-11-12 11:09:36 +0300
committerGitHub <noreply@github.com>2022-11-12 11:09:36 +0300
commit5208dd10c4f43b304ebeb75dcf508e016515a248 (patch)
treebb28a065c4e34eda5620ed3cd5bd83312c553e87 /.eslintrc.json
parent21e036bf137f393827ddb433af136312e6278961 (diff)
ESLint: enable prefer-template rule (#37484)
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index d8e83a8d2e..b632124b37 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -46,6 +46,7 @@
"error",
"after"
],
+ "prefer-template": "error",
"semi": [
"error",
"never"