Skip to content

Commit

Permalink
[FIX] Temporarily disable eslint
Browse files Browse the repository at this point in the history
Signed-off-by: Carmen Bianca Bakker <[email protected]>
  • Loading branch information
carmenbianca committed Mar 9, 2022
1 parent b2b2bad commit 57cff4f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,15 @@ repos:
- "[email protected]"
- "@prettier/[email protected]"
files: \.(css|htm|html|js|json|jsx|less|md|scss|toml|ts|xml|yaml|yml)$
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v6.8.0
hooks:
- id: eslint
verbose: true
args:
- --color
- --fix
# TODO: Re-enable this at some point
# - repo: https://github.com/pre-commit/mirrors-eslint
# rev: v6.8.0
# hooks:
# - id: eslint
# verbose: true
# args:
# - --color
# - --fix
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
hooks:
Expand Down

0 comments on commit 57cff4f

Please sign in to comment.