remove prettier rule to be in line with other lbry projects

This commit is contained in:
Sean Yesmunt 2019-01-28 13:32:55 -05:00
parent 93686ae625
commit 9f36508f3c

View file

@ -1,6 +1,5 @@
{ {
"trailingComma": "es5", "trailingComma": "es5",
"printWidth": 100, "printWidth": 100,
"singleQuote": true, "singleQuote": true
"arrowParens": "always"
} }