This website requires JavaScript.
Explore
Help
Register
Sign in
LBRYCommunity
/
lbry-redux
Watch
1
Star
0
Fork
You've already forked lbry-redux
0
Code
Issues
5
Pull requests
6
Projects
Releases
Packages
Wiki
Activity
59638014ef
lbry-redux
/
.lintstagedrc
10 lines
114 B
Text
Raw
Normal View
History
Unescape
Escape
added eslint configuration files and scripts
2018-01-19 12:20:07 +01:00
{
"linters": {
added Lbryapi export for getExchangeRates method
2018-01-19 12:30:02 +01:00
"src/**/*.js": [
added eslint configuration files and scripts
2018-01-19 12:20:07 +01:00
"prettier --write",
"eslint --fix",
"git add"
]
}
}
Reference in a new issue
Copy permalink