We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0de9802 + 8216664 commit 15d3958Copy full SHA for 15d3958
.pre-commit-config.yaml
@@ -57,12 +57,17 @@ repos:
57
58
# Lint: JS code
59
- repo: https://github.com/pre-commit/mirrors-eslint
60
- rev: "v9.0.0-alpha.0" # Use the sha / tag you want to point at
+ rev: "v8.56.0" # Use the sha / tag you want to point at
61
hooks:
62
- id: eslint
63
files: \.jsx?$
64
types: [file]
65
exclude: jupyterhub_fancy_profiles/static
66
+ additional_dependencies:
67
+ # Duplicated from package.json's devDependencies, otherwise pre-commit.ci
68
+ # does not like it
69
+ - eslint
70
+ - eslint-plugin-react
71
72
# pre-commit.ci config reference: https://pre-commit.ci/#configuration
73
ci:
0 commit comments