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/ai/**
|
||||||
backend/database/**
|
backend/database/**
|
||||||
backend/storage/**
|
backend/storage/**
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"tabWidth": 2,
|
"tabWidth": 2,
|
||||||
"semi": false,
|
"semi": false,
|
||||||
"singleQuote": false
|
"singleQuote": false,
|
||||||
|
"insertFinalNewline": true
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user