directus-helpers/.prettierrc

10 lines
145 B
Plaintext
Raw Normal View History

2024-03-06 16:08:27 +03:00
{
"useTabs": true,
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"arrowParens": "avoid",
"printWidth": 79
}