Files
the-biergarten-app/.prettierrc
2023-05-02 22:17:05 -04:00

15 lines
288 B
Plaintext

{
"arrowParens": "always",
"bracketSpacing": false,
"jsxSingleQuote": false,
"printWidth": 90,
"proseWrap": "always",
"quoteProps": "as-needed",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"plugins": ["prettier-plugin-jsdoc"]
}