mirror of
https://github.com/ai-jani/about-blank.git
synced 2026-07-22 05:44:52 +00:00
25 lines
598 B
JSON
25 lines
598 B
JSON
{
|
|
"typescript": {
|
|
"semiColons": "always",
|
|
"quoteProps": "asNeeded",
|
|
"useBraces": "always",
|
|
"bracePosition": "sameLine",
|
|
"singleBodyPosition": "nextLine",
|
|
"arrowFunction.useParentheses": "force",
|
|
"exportDeclaration.forceMultiLine": "always",
|
|
"importDeclaration.forceMultiLine": "always"
|
|
},
|
|
"json": {
|
|
"trailingCommas": "maintain"
|
|
},
|
|
"excludes": [
|
|
"**/node_modules",
|
|
"**/*-lock.json",
|
|
"**/*.md",
|
|
"main.js"
|
|
],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/typescript-0.94.0.wasm",
|
|
"https://plugins.dprint.dev/json-0.20.0.wasm"
|
|
]
|
|
}
|