ERP-node/frontend/.prettierrc

15 lines
313 B
Plaintext
Raw Normal View History

2025-08-21 09:41:46 +09:00
{
"arrowParens": "always",
"bracketSpacing": true,
"bracketSameLine": false,
"jsxSingleQuote": false,
"quoteProps": "as-needed",
"singleQuote": false,
"semi": true,
"tabWidth": 2,
"printWidth": 120,
"trailingComma": "all",
"endOfLine": "auto",
"plugins": ["prettier-plugin-tailwindcss"]
}