waterwolf-auth/.prettierrc
Kakious e3ba6bf1fd feat: implement consent system
feat: implemented basic org system
feat: implement oidc client code
chore: begain implementing async job code
chore: base code cleanup
2024-10-14 18:21:05 -04:00

8 lines
No EOL
134 B
Text

{
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"printWidth": 100,
"endOfLine":"auto"
}