mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
10 lines
209 B
JSON
10 lines
209 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"semi": false,
|
|
"tabWidth": 2,
|
|
"singleQuote": false,
|
|
"printWidth": 80,
|
|
"trailingComma": "all",
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
|
}
|