Skip to content

Commit

Permalink
Pin eslint to fix dep conflict issue & update dates
Browse files Browse the repository at this point in the history
  • Loading branch information
CAM-Gerlach committed Sep 26, 2024
1 parent 3ad7314 commit c9abaf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ repos:

# Lint and fix JavaScript
- repo: https://github.com/eslint/eslint
rev: v9.11.0
rev: v9.9.0 # Pin to fix dep conflict on install; see eslint/eslint#
hooks:
- id: eslint
name: Lint and fix JavaScript (ESLint)
Expand All @@ -111,7 +111,7 @@ repos:
- 'eslint-plugin-import@2.30.0'
- 'eslint-plugin-n@17.10.3'
- 'eslint-plugin-promise@7.1.0'
- 'neostandard@0.11.5'
- 'neostandard@0.11.6'

# Format JavaScript with Prettier
- repo: https://github.com/rbubley/mirrors-prettier
Expand Down

0 comments on commit c9abaf2

Please sign in to comment.