QuiiBz / sherif

Opinionated, zero-config linter for JavaScript monorepos
MIT License
407 stars 6 forks source link

not support ! to exclude in workspace config #62

Open wuwb opened 2 weeks ago

wuwb commented 2 weeks ago

not support ! to exclude in workspace config

packages:
  - 'clients/*'
  - '!clients/mobile'

shows no package.json in client//package.json

QuiiBz commented 2 weeks ago

We have a test for this so it should be working as expected: https://github.com/QuiiBz/sherif/blob/1e12eec1407240f996b1b97ec1df115aec169d83/fixtures/ignore-paths/pnpm-workspace.yaml

Could you share a minimal reproduction?