Skip to content

Commit 62c798d

Browse files
author
repo-visualizer
committed
bump suggested release
1 parent dc1a378 commit 62c798d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A semicolon-delimited array of file [globs](https://globster.xyz/) to exclude fr
3131
For example:
3232

3333
```yaml
34-
excluded_globs: 'frontend/*.spec.js;**/*.{png,jpg};**/!(*.module).ts'
34+
excluded_globs: "frontend/*.spec.js;**/*.{png,jpg};**/!(*.module).ts"
3535
# Guide:
3636
# - 'frontend/*.spec.js' # exclude frontend tests
3737
# - '**/*.{png,ico,md}' # all png, ico, md files in any directory

0 commit comments

Comments
 (0)