prettier
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"arrowParens": "always",
|
||||
"$schema": "https://json.schemastore.org/prettierrc",
|
||||
"printWidth": 120,
|
||||
"jsxSingleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all"
|
||||
}
|
||||
Reference in New Issue
Block a user