Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
fix glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Jul 25, 2024
1 parent d824e75 commit 94c5ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async function _run() {
.option('ignoreFilePatterns', {
alias: 'if',
describe: 'Glob pattern which files should be ignored',
default: ['node_modules,*.svelte'],
default: ['node_modules,**/*.svelte'],
type: 'string',
array: true,
})
Expand Down

0 comments on commit 94c5ff0

Please sign in to comment.