[UPDATE] Linters general settings

This commit is contained in:
Daveanand Mannie
2025-05-27 13:29:43 -04:00
parent 8af61eefc3
commit 0b7f249a03
3 changed files with 4 additions and 2 deletions

View File

@@ -5,7 +5,6 @@
"indentStyle": "space",
"indentWidth": 4,
"lineWidth": 120
},
"linter": {
"enabled": true,
@@ -13,6 +12,9 @@
"style": {
"useConst": "warn",
"useTemplate": "warn"
},
"complexity": {
"noForEach": "warn"
}
}
},