Added jshint as a linter.
Lint / pre-commit Linting (push) Failing after 1m18s Details

This commit is contained in:
Philipp Horstenkamp 2023-11-26 21:26:08 +01:00
parent 7b50736f64
commit b0725e8219
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4
1 changed files with 5 additions and 0 deletions

View File

@ -49,3 +49,8 @@ repos:
hooks:
- id: prettier
types_or: [css, javascript]
- repo: https://github.com/pre-commit/mirrors-jshint
rev: v2.13.6 # Use the sha / tag you want to point at
hooks:
- id: jshint