-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
- Loading branch information
1 parent
5c11d7e
commit a1d053e
Showing
4 changed files
with
31 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
ci: | ||
# pre-commit.ci will open PRs updating our hooks once a month | ||
autoupdate_schedule: monthly | ||
# skip any check that needs internet access | ||
autofix_prs: true | ||
repos: | ||
# Autoformat and linting, misc. details | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
|
@@ -32,3 +37,17 @@ repos: | |
rev: v4.0.0-alpha.8 | ||
hooks: | ||
- id: prettier | ||
args: ['--no-error-on-unmatched-pattern'] | ||
|
||
- repo: https://github.com/pre-commit/mirrors-eslint | ||
rev: v9.4.0 | ||
hooks: | ||
- id: eslint | ||
files: \.tsx?$ | ||
types: [file] | ||
additional_dependencies: | ||
- '[email protected]' | ||
- '@typescript-eslint/[email protected]' | ||
- '@typescript-eslint/[email protected]' | ||
- '[email protected]' | ||
- '[email protected]' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters