mclemente / fvtt-condition-lab-triggler

Condition Lab & Triggler module for Foundry Virtual Tabletop
GNU General Public License v3.0
6 stars 4 forks source link

Run npm run lint:fix. Add a pre-commit hook so that this is always run. #45

Closed strongpauly closed 6 months ago

strongpauly commented 6 months ago

Both husky and lint-staged are already installed as devDependencies but no git hook has been added. Adding a pre-commit script will ensure that linting is always run on files about to be commited.