mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 01:13:56 +03:00
a13a78e3fe
**BREAKING CHANGE:** Breaking changes for `@swc/helpers`. A new major version `0.5.0` is required. **Related issue:** - Closes https://github.com/swc-project/swc/issues/7157
21 lines
530 B
JSON
21 lines
530 B
JSON
{
|
|
"$schema": "https://plugins.dprint.dev/dprint/dprint-plugin-typescript/latest/schema.json",
|
|
"typescript": {
|
|
"indentWidth": 4,
|
|
"lineWidth": 120,
|
|
"useBraces": "always",
|
|
"trailingCommas": "onlyMultiLine",
|
|
"binaryExpression.linePerExpression": true,
|
|
"memberExpression.linePerExpression": true
|
|
},
|
|
"includes": [
|
|
"*.js"
|
|
],
|
|
"excludes": [
|
|
"**/node_modules"
|
|
],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/typescript-0.84.0.wasm"
|
|
]
|
|
}
|