logos-press-engine/.prettierrc

8 lines
137 B
Plaintext
Raw Permalink Normal View History

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