Last active
March 9, 2023 11:54
-
-
Save dankochetov/4a294737b95dbd0559a8f36908aff0ac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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