mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-22 08:12:19 +00:00
9 lines
157 B
JSON
9 lines
157 B
JSON
|
{
|
||
|
"trailingComma": "es5",
|
||
|
"semi": true,
|
||
|
"tabWidth": 2,
|
||
|
"singleQuote": true,
|
||
|
"jsxSingleQuote": true,
|
||
|
"plugins": ["prettier-plugin-tailwindcss"]
|
||
|
}
|