style: braces always, concat over interpolation

This commit is contained in:
smartass
2026-06-11 23:18:26 +05:00
parent 87b3f118ed
commit d339e5674a
5 changed files with 52 additions and 15 deletions
+5 -1
View File
@@ -19,7 +19,11 @@
"linter": {
"enabled": true,
"rules": {
"recommended": true
"recommended": true,
"style": {
"useBlockStatements": "error",
"useTemplate": "off"
}
}
}
}