Files
filament/.prettierrc
T
2023-05-30 11:12:14 +01:00

7 lines
137 B
Plaintext

{
"semi": false,
"singleQuote": true,
"tailwindConfig": "./packages/panels/tailwind.config.js",
"trailingComma": "all"
}