Skip to content

Instantly share code, notes, and snippets.

@dankochetov
Last active March 9, 2023 11:54
Show Gist options
  • Save dankochetov/4a294737b95dbd0559a8f36908aff0ac to your computer and use it in GitHub Desktop.
Save dankochetov/4a294737b95dbd0559a8f36908aff0ac to your computer and use it in GitHub Desktop.
{
"typescript": {
"useTabs": true,
"quoteStyle": "preferSingle",
"quoteProps": "asNeeded",
"arrowFunction.useParentheses": "force",
"jsx.quoteStyle": "preferSingle"
},
"json": {},
"markdown": {},
"includes": ["**/*.{ts,tsx,js,jsx,cjs,mjs,json,md}"],
"excludes": ["**/node_modules", "**/*-lock.json"],
"plugins": [
"https://plugins.dprint.dev/typescript-0.83.0.wasm",
"https://plugins.dprint.dev/json-0.17.0.wasm",
"https://plugins.dprint.dev/markdown-0.15.2.wasm"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment