init
This commit is contained in:
9
.prettierrc.json
Normal file
9
.prettierrc.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"printWidth": 120,
|
||||
"trailingComma": "none",
|
||||
"arrowParens": "always",
|
||||
"parser": "typescript",
|
||||
"bracketSpacing": true
|
||||
}
|
||||
Reference in New Issue
Block a user