c3281399d2
- README cleanups and link to documentation - Improve dev setup instructions - Fix js linting errors - Move local setup instructions to installation docs - Project link fix, closes #42 - Notes about frontend - Clarify different LND backends
9 lines
185 B
JSON
9 lines
185 B
JSON
{
|
|
"devDependencies": {
|
|
"prettier": "^2.0.5"
|
|
},
|
|
"scripts": {
|
|
"lint": "prettier --write lnbits/static/js/** lnbits/core/static/js/** lnbits/extensions/*/templates/**"
|
|
}
|
|
}
|