mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 02:39:03 +00:00
15 lines
299 B
Plaintext
15 lines
299 B
Plaintext
{
|
|
"arrowParens": "always",
|
|
"bracketSpacing": true,
|
|
"jsxSingleQuote": false,
|
|
"printWidth": 90,
|
|
"proseWrap": "always",
|
|
"quoteProps": "as-needed",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"useTabs": false,
|
|
"plugins": ["prettier-plugin-jsdoc"]
|
|
}
|