crush-level-web/.prettierrc

11 lines
201 B
Plaintext
Raw Permalink Normal View History

2025-11-17 06:29:21 +00:00
{
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100,
"arrowParens": "always",
"endOfLine": "lf",
"plugins": ["prettier-plugin-tailwindcss"]
}