🔧 remove unneeded eslint from pre-commit config
This commit is contained in:
parent
f176380761
commit
398eef9120
1 changed files with 0 additions and 11 deletions
|
|
@ -11,14 +11,3 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: djlint-reformat-django
|
- id: djlint-reformat-django
|
||||||
- id: djlint-django
|
- id: djlint-django
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
|
||||||
rev: v9.9.1
|
|
||||||
hooks:
|
|
||||||
- id: eslint
|
|
||||||
files: \.(js|ts|vue)?$
|
|
||||||
types: [file]
|
|
||||||
args: [--no-warn-ignored]
|
|
||||||
entry: npx eslint
|
|
||||||
additional_dependencies:
|
|
||||||
- okfde/eslint-config-froide
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue