Add and configure prettier
This commit is contained in:
parent
8fca823e7d
commit
808c2d99a3
11 changed files with 185 additions and 65 deletions
9
frontend/.prettierrc
Normal file
9
frontend/.prettierrc
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5",
|
||||
"tabWidth": 2,
|
||||
"semi": true,
|
||||
"printWidth": 100,
|
||||
"bracketSpacing": true,
|
||||
"endOfLine": "lf"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue