Oxlint pattern mathcing issue #7840
saravanakumar2504
started this conversation in
General
Replies: 1 comment
-
what OS are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently i wanted to integrate Oxlint in my app, and i running command in cli
yarn oxlint -c ./oxlint.json "packages/sub-package/pkg-1/**/*.ts"
andoxlint.json
looks like belowand its working as expceted. Since i'm have multiple sub packages like
pkg-1, pkg-2... pkg-N
if i update my command and configyarn oxlint -c ./oxlint.json "packages/sub-package/**/*.ts"
and in overrides like below its not linting all the packages undersub-package
folderBeta Was this translation helpful? Give feedback.
All reactions