wireadmin/.prettierrc
2024-04-20 23:36:45 +03:30

18 lines
274 B
Plaintext

{
"useTabs": false,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"overrides": [
{
"files": "*.md",
"options": {
"parser": "markdown",
"printWidth": 79
}
}
]
}