Fix .prettierrc to proper json
This commit is contained in:
parent
66dce8794d
commit
b2c0f8c158
@ -1,6 +1,6 @@
|
||||
{
|
||||
"tabWidth": 4,
|
||||
"printWidth": 120,
|
||||
"trailingComma": all,
|
||||
"singleQuote": true
|
||||
"tabWidth": 4,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user