added prettierrc for auto formatting :)
This commit is contained in:
parent
cab1c4a95f
commit
ae4c20f56d
17
.prettierrc
Normal file
17
.prettierrc
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"trailingComma": "all",
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"printWidth": 110,
|
||||
"bracketSpacing": true,
|
||||
"jsxBracketSameLine": false,
|
||||
"singleQuote": true,
|
||||
"semi": true,
|
||||
"jsonEnable": [
|
||||
"json"
|
||||
],
|
||||
"cssEnable": [
|
||||
"scss",
|
||||
"css"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user