Skip to content

Commit f98e6cf

Browse files
committed
Fix pre-commit-config
1 parent 4b7aa12 commit f98e6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ repos:
1717
hooks:
1818
- id: prettier
1919
entry: prettier --no-error-on-unmatched-pattern --write --ignore-unknown
20-
types: [file]
2120

2221
# ESLint for .ts/.tsx files
2322
- repo: https://github.com/pre-commit/mirrors-eslint
@@ -30,4 +29,5 @@ repos:
3029
3130
- '@typescript-eslint/[email protected]'
3231
- '@typescript-eslint/[email protected]'
32+
3333

0 commit comments

Comments
 (0)