Files
2026-07-13 13:23:39 +08:00

29 lines
512 B
JSON

{
"formatter": {
"includes": [
"**",
"!**/website/**",
"!**/packages/**/*/dist/**",
"!**/package.json",
"!**/lerna.json",
"!**/scripts/actions/docker-images/state.json"
],
"formatWithErrors": true
},
"javascript": {
"formatter": {
"quoteStyle": "single",
"semicolons": "always",
"trailingCommas": "all",
"lineWidth": 120,
"indentStyle": "space",
"indentWidth": 4,
"quoteProperties": "preserve",
"lineEnding": "lf"
}
},
"linter": {
"enabled": false
}
}