noc-book-2/.prettierrc

9 lines
151 B
Text
Raw Normal View History

2022-04-04 22:40:23 +02:00
{
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
2024-04-11 01:03:56 +02:00
"trailingComma": "all",
"plugins": ["prettier-plugin-tailwindcss"]
}