Skip to content

Commit a786b86

Browse files
committed
chore: updated linting command
1 parent 24fb58b commit a786b86

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts/lint.mjs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@ async function main(argv = process.argv) {
4949
'./scripts',
5050
'-type',
5151
'f',
52-
'-regextype',
53-
'posix-extended',
54-
'-regex',
55-
'.*\\.(sh)',
52+
'-name',
53+
'*.sh',
5654
'-exec',
5755
'shellcheck',
5856
'{}',

0 commit comments

Comments
 (0)