11 lines
199 B
Plaintext
11 lines
199 B
Plaintext
|
|
{
|
||
|
|
"plugins": ["prettier-plugin-tailwindcss"],
|
||
|
|
"semi": true,
|
||
|
|
"singleQuote": true,
|
||
|
|
"tabWidth": 2,
|
||
|
|
"trailingComma": "es5",
|
||
|
|
"printWidth": 80,
|
||
|
|
"arrowParens": "always",
|
||
|
|
"endOfLine": "lf"
|
||
|
|
}
|