Greenstand / treetracker-wallet-app

The Greenstand Wallet App
https://wallet.treetracker.org
14 stars 43 forks source link

Add eslint to the husky pre-commit hook. #199

Closed VWRoli closed 4 months ago

VWRoli commented 2 years ago

Add lint-staged to the husky pre-commit hook. So we can lint the staged files automatically. Right now we only run prettier on staged files.


Some hints: