12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
{
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"jsonRecursiveSort": true,
|
|
"organizeImportsSkipDestructiveCodeActions": true,
|
|
"plugins": ["prettier-plugin-sort-json", "prettier-plugin-tailwindcss"],
|
|
"printWidth": 88,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5"
|
|
}
|