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

Commit

Permalink
fix: Ignore .svelte files by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Jul 25, 2024
1 parent 205a79c commit d824e75
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'],
default: ['node_modules,*.svelte'],
type: 'string',
array: true,
})
Expand Down

0 comments on commit d824e75

Please sign in to comment.