[UPDATE] Linters general settings
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user