1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 23:15:24 +02:00

Remove auth0 directory from Prettier.

This commit is contained in:
Anthony Shew 2024-01-14 22:31:26 -07:00
parent a2e96f8072
commit f2f304c0b4
2 changed files with 1 additions and 10 deletions

View file

@ -1,4 +1,3 @@
# Add files here to ignore them from prettier formatting
/dist
/coverage
/auth0/tenant.yaml

View file

@ -3,13 +3,5 @@
"printWidth": 100,
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"overrides": [
{
"files": "auth0/rules/**",
"options": {
"semi": true
}
}
]
"singleQuote": true
}