9 lines
179 B
Text
9 lines
179 B
Text
{
|
|
"semi": true,
|
|
"trailingComma": "all",
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"arrowParens": "always",
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
|
}
|