Remove eslint from pre-commit

modern-tables
Mark Veidemanis 2 years ago
parent 6662e65c08
commit e047a986e9
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -13,12 +13,8 @@ repos:
hooks:
- id: flake8
exclude: ^core/migrations
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.18.0
hooks:
- id: eslint
- repo: https://github.com/thibaudcolas/curlylint
rev: v0.13.1
hooks:
- id: curlylint
files: \.(html|sls)$
files: \.(html|sls)$

Loading…
Cancel
Save