eslint: fix prettier config
This commit is contained in:
parent
dd69652942
commit
158facd534
2 changed files with 16 additions and 18 deletions
9
.prettierrc.json
Normal file
9
.prettierrc.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"printWidth": 120,
|
||||
"tabWidth": 4,
|
||||
"useTabs": false,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"jsxSingleQuote": true,
|
||||
"endOfLine": "lf"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue