QuiiBz / sherif

Opinionated, zero-config linter for JavaScript monorepos
MIT License
912 stars 14 forks source link

chore: update ignoring with star example #52

Closed QuiiBz closed 10 months ago

QuiiBz commented 10 months ago

Closes https://github.com/QuiiBz/sherif/issues/51

Explanation of the issue here: https://github.com/TanStack/query/pull/6701#issuecomment-1903834659 TL;DR: it's not a bug in Sherif, but some shell might interpret and expand * so the command is invalid, unless you wrap the argument in quotes.