8 lines
136 B
JSON
8 lines
136 B
JSON
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"semi": false,
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
|
}
|