allegro / typescript-strict-plugin

Typescript plugin that allows turning on strict mode in specific files or directories.
MIT License
332 stars 29 forks source link

feat(#58): Add exclude pattern support #64

Closed spencer-shupe-qhr closed 6 months ago

spencer-shupe-qhr commented 8 months ago

https://github.com/allegro/typescript-strict-plugin/issues/58

Config has been extended to include excludePattern which uses https://github.com/isaacs/minimatch for glob pattern matching.

spencer-shupe-qhr commented 6 months ago

Merging or feedback on this PR would be greatly appreciated!

KostkaBrukowa commented 6 months ago

Hey!! Great job! I've tested it and the solution looks very clean. If you fix lint and merge conflicts I'll be happy to merge and release it!

spencer-shupe-qhr commented 6 months ago

I've updated jest and ts-jest dependencies and re-built the package-lock in order to avoid installing with --force or --legacy-peer-deps. Let me know if you have a different preference or idea wrt how to avoid the peer conflicts. Thanks for maintaining this project! I manually bumped the package.json and changelog as that was present in some of the previous PRs as well.

KostkaBrukowa commented 6 months ago

Published with 2.4.0 Thanks for contribution!!