2019-04-25 21:30:46 +02:00
|
|
|
{
|
2023-09-01 22:19:39 +02:00
|
|
|
"plugins": ["prettier-plugin-tailwindcss"],
|
2019-04-25 21:30:46 +02:00
|
|
|
"trailingComma": "es5",
|
2023-09-01 22:19:39 +02:00
|
|
|
"printWidth": 100,
|
2019-04-25 21:30:46 +02:00
|
|
|
"proseWrap": "always",
|
|
|
|
|
"tabWidth": 2,
|
2019-05-29 14:37:35 +02:00
|
|
|
"semi": true,
|
2022-08-17 21:13:59 +02:00
|
|
|
"singleQuote": true,
|
2023-09-01 22:19:39 +02:00
|
|
|
"arrowParens": "avoid",
|
2023-09-11 16:31:40 +02:00
|
|
|
"singleAttributePerLine": true,
|
|
|
|
|
"endOfLine": "auto"
|
2019-04-25 21:30:46 +02:00
|
|
|
}
|