Files
auth0mock/.prettierrc
T

10 lines
180 B
Plaintext
Raw Normal View History

2023-03-10 13:49:33 +01:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "always",
"quoteProps": "as-needed",
"bracketSpacing": true,
"bracketSameLine": false
}