Add eslint to precommit

This commit is contained in:
Carlos Camara 2024-01-13 16:34:09 +00:00
parent be69065938
commit ca1b0a90d3

View file

@ -29,6 +29,11 @@ repos:
hooks:
- id: stylelint
types: [css]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.0.0-alpha.1
hooks:
- id: eslint
types: [javascript]
- repo: local
hooks:
- id: pytest