Prettier for formatting and some stricter linting rules
This commit is contained in:
parent
4450bf6512
commit
e0f39375ba
7 changed files with 160 additions and 21 deletions
6
frontend/.prettierrc
Normal file
6
frontend/.prettierrc
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"tabWidth": 2,
|
||||
"semi": true,
|
||||
"singleQuote": false,
|
||||
"bracketSameLine": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue