Initial commit: backend, storefront, vendor-panel added
This commit is contained in:
8
storefront/.prettierrc
Normal file
8
storefront/.prettierrc
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"arrowParens": "always",
|
||||
"semi": false,
|
||||
"endOfLine": "auto",
|
||||
"singleQuote": false,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "es5"
|
||||
}
|
||||
Reference in New Issue
Block a user