Symlinks to copies

This commit is contained in:
Kainoa Kanter 2022-03-15 10:15:38 -07:00
parent 7b52795e0e
commit 26669d9804
3 changed files with 15 additions and 3 deletions

View File

@ -4,4 +4,4 @@
"tabWidth": 4,
"semi": false,
"singleQuote": false
}
}

View File

@ -1 +0,0 @@
../.prettierrc.json

7
backend/.prettierrc.json Normal file
View File

@ -0,0 +1,7 @@
{
"useTabs": true,
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": false
}

View File

@ -1 +0,0 @@
../.prettierrc.json

View File

@ -0,0 +1,7 @@
{
"useTabs": true,
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": false
}