Create .prettierrc
This commit is contained in:
parent
76fa20c052
commit
8a9bf15895
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"semi": false,
|
||||
"tabWidth": 2,
|
||||
"bracketSpacing": false,
|
||||
"printWidth": 200,
|
||||
"jsxBracketSameLine": true,
|
||||
"singleQuote": true,
|
||||
"useTabs": false,
|
||||
"endOfLine": "auto",
|
||||
"trailingComma": "none"
|
||||
}
|
Loading…
Reference in New Issue