standard / ts-standard

Typescript style guide, linter, and formatter using StandardJS
https://www.npmjs.com/package/ts-standard
MIT License
464 stars 36 forks source link

feat(package): Allow multiple projects to be used #163

Closed mcfedr closed 3 years ago

mcfedr commented 3 years ago

What is the purpose of this pull request? (put an "X" next to item)

[ ] Documentation update [ ] Bug fix [X] New feature [ ] Other, please explain:

What changes did you make? (Give an overview)

Change the project config to allow it to accept an array of projects just like the parser does - https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/parser#parseroptionsproject

Which issue (if any) does this pull request address?

Is there anything you'd like reviewers to focus on?

welcome[bot] commented 3 years ago

🙌 Thanks for opening this pull request! You're awesome.

mcfedr commented 3 years ago

To whoever approved the workflows - thanks, and sorry i didnt check the commitlint before i pushed... i think the tests will pass now - this PR (and i think most of the automatic PRs) should build after https://github.com/standard/ts-standard/pull/164 is merged

mcfedr commented 3 years ago

I was about to hit the request review button, and the PR is merged right in front of me :)

mcfedr commented 3 years ago

@Divlo always seems like a slightly cheeky question are you land your first PR, but do you have a plan for a new release to npm?

theoludwig commented 3 years ago

@Divlo always seems like a slightly cheeky question are you land your first PR, but do you have a plan for a new release to npm?

@mcfedr I don't have the right to publish a new version on npm for this package. I opened a PR for a new release proposal: #166, but I'll let @toddbluhm decide to merge it and release a new version, if everything is good to go. :smile: