mauss
Version:
lightweight, modular, type-safe utilities
41 lines (39 loc) • 677 B
JSON
{
"$schema": "http://json.schemastore.org/prettierrc",
"printWidth": 100,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": true,
"overrides": [
{
"files": ["pnpm-lock.yaml"],
"options": {
"rangeEnd": 0
}
},
{
"files": ["*.md"],
"options": {
"tabWidth": 4
}
},
{
"files": ["*.svelte"],
"options": {
"plugins": ["prettier-plugin-svelte"],
"svelteSortOrder": "options-scripts-markup-styles",
"svelteStrictMode": false,
"svelteAllowShorthand": true,
"svelteIndentScriptAndStyle": true
}
},
{
"files": ["*.y*ml"],
"options": {
"useTabs": false
}
}
]
}