Make prettier config in `.prettierrc.json`

This commit is contained in:
Kainoa Kanter 2022-03-15 10:09:56 -07:00
parent abff566653
commit 9e68779db0
4 changed files with 9 additions and 7 deletions

7
.prettierrc.json Normal file
View File

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

1
backend/.prettierrc.json Symbolic link
View File

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

1
frontend/.prettierrc.json Symbolic link
View File

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

View File

@ -20,12 +20,5 @@
"@ant-design/icons-svg": "^4.2.1",
"highlight.js": "^11.4.0",
"jquery": "^3.6.0"
},
"prettier": {
"useTabs": true,
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": false
}
}