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

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chmelevskij <t.chmelevskij@gmail.com>2021-12-19 10:10:24 +0300
committerTomas Chmelevskij <t.chmelevskij@gmail.com>2022-01-18 14:30:17 +0300
commit5be4a4596a3bb03c71b1ce93d1f566502aba7bab (patch)
treed0e0cc83b10952c46e87e5c8365a291533a9d93c /.eslintrc.js
parent6e6c3f76aeb794060cd31178d95e368e917f5d22 (diff)
chore: add `template-curly-spacing`
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index b588b50a..428fdcbc 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -18,5 +18,6 @@ module.exports = {
"comma-dangle": ["error", "always-multiline"],
"no-var": "error",
"prefer-template": "error",
+ "template-curly-spacing": "error",
},
};