waterwolf-auth/.prettierrc

7 lines
111 B
Text
Raw Normal View History

2024-07-18 22:51:36 -04:00
{
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"printWidth": 100
2024-07-14 20:25:52 -04:00
}