2026-04-07 12:21:07 +02:00
|
|
|
{
|
2026-05-26 00:50:38 +02:00
|
|
|
"assist": {
|
|
|
|
|
"actions": {
|
|
|
|
|
"source": {
|
|
|
|
|
"organizeImports": "on"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-04-14 12:35:10 +02:00
|
|
|
"files": {
|
2026-06-11 13:54:32 +00:00
|
|
|
"includes": ["static/**/*.js", "static/**/*.css", "static/**/*.json", "!static/js/vendors"]
|
2026-04-14 12:35:10 +02:00
|
|
|
},
|
2026-04-07 12:21:07 +02:00
|
|
|
"formatter": {
|
2026-04-14 12:35:10 +02:00
|
|
|
"enabled": true,
|
|
|
|
|
"indentStyle": "space",
|
|
|
|
|
"indentWidth": 4,
|
|
|
|
|
"lineWidth": 160,
|
|
|
|
|
"lineEnding": "lf"
|
|
|
|
|
},
|
2026-04-07 12:21:07 +02:00
|
|
|
"linter": {
|
2026-04-14 12:35:10 +02:00
|
|
|
"enabled": true,
|
|
|
|
|
"rules": {
|
|
|
|
|
"recommended": true,
|
|
|
|
|
"correctness": {
|
2026-04-14 19:03:54 +02:00
|
|
|
"noUnusedVariables": "warn",
|
2026-04-30 02:02:27 +02:00
|
|
|
"noUndeclaredVariables": "error",
|
|
|
|
|
"noUnreachable": "warn",
|
|
|
|
|
"noUnsafeFinally": "error"
|
|
|
|
|
},
|
|
|
|
|
"nursery": {
|
|
|
|
|
"useExplicitType": "error"
|
|
|
|
|
},
|
|
|
|
|
"security": {
|
|
|
|
|
"noGlobalEval": "error"
|
2026-04-14 12:35:10 +02:00
|
|
|
},
|
|
|
|
|
"style": {
|
|
|
|
|
"noDescendingSpecificity": "off"
|
|
|
|
|
},
|
|
|
|
|
"complexity": {
|
|
|
|
|
"noImportantStyles": "off"
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-04-07 12:21:07 +02:00
|
|
|
},
|
2026-04-14 12:35:10 +02:00
|
|
|
"javascript": {
|
|
|
|
|
"formatter": {
|
|
|
|
|
"indentStyle": "space",
|
|
|
|
|
"indentWidth": 4,
|
|
|
|
|
"quoteStyle": "single",
|
|
|
|
|
"semicolons": "always",
|
|
|
|
|
"trailingCommas": "none",
|
|
|
|
|
"bracketSameLine": false,
|
|
|
|
|
"bracketSpacing": true,
|
|
|
|
|
"operatorLinebreak": "after"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"css": {
|
|
|
|
|
"linter": {
|
|
|
|
|
"enabled": true
|
|
|
|
|
},
|
|
|
|
|
"formatter": {
|
|
|
|
|
"enabled": true
|
|
|
|
|
}
|
2026-04-07 12:21:07 +02:00
|
|
|
}
|
|
|
|
|
}
|