chore: enable code formatting for frontend code

# Conflicts:
#	.prettierignore
This commit is contained in:
James Murdza 2024-10-21 13:51:18 -06:00 committed by Akhilesh Rangani
parent c2156021f7
commit 305939c15c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,3 @@
frontend/**
backend/ai/**
backend/database/**
backend/storage/**

View File

@ -1,5 +1,6 @@
{
"tabWidth": 2,
"semi": false,
"singleQuote": false
"singleQuote": false,
"insertFinalNewline": true
}