Skip to content

Commit 15d3958

Browse files
authored
Merge pull request #13 from yuvipanda/eslint-precom
Use non-alpha eslint pre-commit version
2 parents 0de9802 + 8216664 commit 15d3958

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,17 @@ repos:
5757

5858
# Lint: JS code
5959
- repo: https://github.com/pre-commit/mirrors-eslint
60-
rev: "v9.0.0-alpha.0" # Use the sha / tag you want to point at
60+
rev: "v8.56.0" # Use the sha / tag you want to point at
6161
hooks:
6262
- id: eslint
6363
files: \.jsx?$
6464
types: [file]
6565
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
6671

6772
# pre-commit.ci config reference: https://pre-commit.ci/#configuration
6873
ci:

0 commit comments

Comments
 (0)