logos-press-engine/.prettierrc

8 lines
137 B
Plaintext
Raw Permalink Normal View History

2023-04-19 11:17:12 +00:00
{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
2023-08-30 12:44:46 +00:00
"trailingComma": "all",
"plugins": ["prettier-plugin-organize-imports"]
2023-04-19 11:17:12 +00:00
}