mirror of
https://github.com/Xevion/the-office.git
synced 2026-01-31 12:26:13 -06:00
- Added tailwindcss, shadcn, vite, typescript, pinia - Removed webpack, ejs, moment, instantsearch, algolia, bootstrap - Disabled most sass, original components - Began redesigning light themed index page
7 lines
149 B
JSON
7 lines
149 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"plugins": ["prettier-plugin-tailwindcss"],
|
|
"singleQuote": true,
|
|
"printWidth": 100
|
|
}
|