mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-22 09:33:45 +03:00
9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
{
|
|
"plugins": ["prettier-plugin-tailwindcss"],
|
|
"trailingComma": "es5",
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"endOfLine": "lf",
|
|
"tabWidth": 2
|
|
}
|