diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 83cdbd3..83e1796 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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