Mykje bra klepp
npm installnpm start
- Install
pre-commit - run
pre-commit install pre-commitwill 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-filesto run linting on all files - run
git commit --no-verifyto commit to skip pre-commit checks