remove prettier rule to be in line with other lbry projects
This commit is contained in:
parent
93686ae625
commit
9f36508f3c
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"trailingComma": "es5",
|
"trailingComma": "es5",
|
||||||
"printWidth": 100,
|
"printWidth": 100,
|
||||||
"singleQuote": true,
|
"singleQuote": true
|
||||||
"arrowParens": "always"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue