Skip to content

Commit

Permalink
chore(deps): update pre-commit hook pre-commit/mirrors-eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and tagoro9 committed May 20, 2024
1 parent 386189c commit ce14bb4
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 259 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"ignorePatterns": ["dist"],
"parser": "@babel/eslint-parser",
"parserOptions": {
"ecmaVersion": 12,
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.56.0
rev: v9.3.0
hooks:
- id: eslint
- repo: https://github.com/pre-commit/mirrors-prettier
Expand Down
Loading

0 comments on commit ce14bb4

Please sign in to comment.