Files
audiobookshelf-app/.prettierrc
2024-06-16 09:49:05 -05:00

18 lines
298 B
Plaintext

{
"semi": false,
"singleQuote": true,
"printWidth": 400,
"proseWrap": "never",
"trailingComma": "none",
"overrides": [
{
"files": ["*.html"],
"options": {
"singleQuote": false,
"wrapAttributes": false,
"sortAttributes": false
}
}
]
}