make linting workflow reflect what is done locally (Makefile).

This commit is contained in:
fiatjaf 2020-09-02 22:06:53 -03:00
parent dc3d96c6a8
commit 753e9c5b15
4 changed files with 41 additions and 26 deletions

View file

@ -1,8 +1,5 @@
{
"devDependencies": {
"prettier": "^2.0.5"
},
"scripts": {
"lint": "prettier --write lnbits/static/js/** lnbits/core/static/js/** lnbits/extensions/*/templates/**"
}
}