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 09:51:44 +0300
committerTomas Chmelevskij <t.chmelevskij@gmail.com>2022-01-18 14:29:53 +0300
commit8cf9473c88cd0df8a5d7ca3558f66784b02d30ea (patch)
tree5a0b0eb356e564662daf71afc14909976de24e27 /.eslintrc.js
parent27b3afbca705484947abcda0c7cec39a73916679 (diff)
chore: add prefer template rule
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 815a29a7..b588b50a 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -17,5 +17,6 @@ module.exports = {
semi: "error",
"comma-dangle": ["error", "always-multiline"],
"no-var": "error",
+ "prefer-template": "error",
},
};