worlabel/frontend/.prettierrc

17 lines
364 B
Plaintext
Raw Normal View History

{
"bracketSameLine": false,
"bracketSpacing": true,
"endOfLine": "lf",
"jsxSingleQuote": false,
"printWidth": 120,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"semi": true,
"singleAttributePerLine": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
2024-08-27 09:46:39 +09:00
"useTabs": false,
"plugins": ["prettier-plugin-tailwindcss"]
}