Mykje bra klepp
npm install
npm start
- Install
pre-commit
- run
pre-commit install
pre-commit
will be run on changed files on each commit- If the linter changes a file, re-add the file and attempt a new commit
Tips:
- run
pre-commit run --all-files
to run linting on all files - run
git commit --no-verify
to commit to skip pre-commit checks