waterwolf-oauth-core/.prettierrc

7 lines
111 B
Text
Raw Permalink Normal View History

2024-07-19 02:51:36 +00:00
{
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"printWidth": 100
2024-07-15 00:25:52 +00:00
}