mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 00:05:22 +03:00
chore: add template-curly-spacing
This commit is contained in:
parent
6e6c3f76ae
commit
5be4a4596a
31 changed files with 253 additions and 252 deletions
|
@ -18,5 +18,6 @@ module.exports = {
|
||||||
"comma-dangle": ["error", "always-multiline"],
|
"comma-dangle": ["error", "always-multiline"],
|
||||||
"no-var": "error",
|
"no-var": "error",
|
||||||
"prefer-template": "error",
|
"prefer-template": "error",
|
||||||
|
"template-curly-spacing": "error",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue