mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 17:25:34 +08:00
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
{
|
|
"plugins": [
|
|
"prettier-plugin-organize-imports",
|
|
"prettier-plugin-tailwindcss"
|
|
],
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"endOfLine": "lf"
|
|
}
|