We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d2500 commit c37aed9Copy full SHA for c37aed9
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
name: Generate
6
language: node
7
entry: bash -c "./generate.sh"
8
- files: '^(\.generator/.*|\.pre-commit-config\.yaml|package\.json|yarn\.lock|\.eslintrc\.js|Makefile|\features/.*)'
+ files: '^(\.generator/.*|\.pre-commit-config\.yaml|package\.json|yarn\.lock|\.eslintrc\.js|Makefile|\features/.*|packages/.*)'
9
pass_filenames: false
10
- id: lint
11
name: Lint
0 commit comments