29 lines
512 B
JSON
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
|
|
}
|
|
}
|