feat: Added Prettier code formatter to standardize code formatting
This commit is contained in:
parent
37047b241d
commit
1badcaf080
4 changed files with 19 additions and 2254 deletions
7
src/.prettierrc
Normal file
7
src/.prettierrc
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"trailingComma": "es5",
|
||||
"tabWidth": 2,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"arrowParens": "always"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue