11 lines
159 B
Plaintext
11 lines
159 B
Plaintext
{
|
|
"plugins": ["prettier-plugin-tailwindcss"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.html",
|
|
"options": {
|
|
"parser": "html"
|
|
}
|
|
}
|
|
]
|
|
} |