monitoring-app/.prettierrc
2025-10-08 17:24:41 -03:00

9 lines
179 B
Text

{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"arrowParens": "always",
"plugins": ["prettier-plugin-tailwindcss"]
}