chore: enable code formatting for frontend code
# Conflicts: # .prettierignore
This commit is contained in:
parent
c2156021f7
commit
305939c15c
@ -1,4 +1,3 @@
|
||||
frontend/**
|
||||
backend/ai/**
|
||||
backend/database/**
|
||||
backend/storage/**
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"tabWidth": 2,
|
||||
"semi": false,
|
||||
"singleQuote": false
|
||||
"singleQuote": false,
|
||||
"insertFinalNewline": true
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user