mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-15 21:02:19 +00:00
E
dec522c914
Rename prepare step Attempt docker fix Docker fix Fix bio and add pug prettier config Fix spacing Fix grammer
9 lines
181 B
JSON
9 lines
181 B
JSON
{
|
|
"trailingComma": "es5",
|
|
"semi": true,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"plugins": ["prettier-plugin-tailwindcss", "@prettier/plugin-pug"]
|
|
}
|