Files
Fin-Track/backend/node_modules/plaid/.prettierrc

8 lines
121 B
Plaintext
Raw Normal View History

{
"bracketSpacing": true,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always"
}