Replace auth request js method, change prettierrc to handle handlebar templates better

This commit is contained in:
Jeff Gardner 2024-02-01 11:22:10 +01:00
commit 7d3e7394ed
2 changed files with 84 additions and 21 deletions

View file

@ -1,7 +1,15 @@
{
"importOrder": ["^[./]"],
"importOrderSeparation": true,
"tabWidth": 4,
"useTabs": false,
"semi": true
"importOrder": ["^[./]"],
"importOrderSeparation": true,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"overrides": [
{
"files": "*.handlebar",
"options": {
"tabWidth": 2
}
}
]
}