mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-21 23:56:17 +00:00
9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
{
|
|
"plugins": ["prettier-plugin-tailwindcss"],
|
|
"tailwindConfig": "./config/tailwind.config.js",
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"arrowParens": "always",
|
|
"trailingComma": "all"
|
|
}
|