1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +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 # Add files here to ignore them from prettier formatting
/dist /dist
/coverage /coverage
/auth0/tenant.yaml

View file

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