lbryinc/.prettierrc.json
Akinwale Ariwodola 0cca6c1811
[WIP] lbryio internal API calls and rewards component (#1)
* lbryinc base code containing lbryio.js
* added rewards and user actions, reducers and selectors
2018-07-23 14:12:18 +01:00

5 lines
72 B
JSON

{
"trailingComma": "es5",
"printWidth": 100,
"singleQuote": true
}