init
This commit is contained in:
10
.prettierrc.json
Normal file
10
.prettierrc.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"trailingComma": "es5",
|
||||
"tabWidth": 2,
|
||||
"semi": true,
|
||||
"singleQuote": false,
|
||||
"tabs": false,
|
||||
"backetSpacing": true,
|
||||
"arrowParens": "always",
|
||||
"printWidth": 120
|
||||
}
|
||||
Reference in New Issue
Block a user