-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat(utils): add ESLint CodePath
selector types
#7551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(utils): add ESLint CodePath
selector types
#7551
Conversation
Thanks for the PR, @Zamiell! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. |
✅ Deploy Preview for typescript-eslint ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
CI is drunk, the codebase builds just fine for me locally (after my latest commit). Can a maintainer reset the CI cache or something? |
Oh, actually on second thought, it just looks like it is failing a spell check on code that is unrelated to my PR, so a maintainer should fix that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking good so far!
CodePath
selector types
ok, i addressed the feedback and merged with the main branch |
For future reference - I'd avoid working from a repo in an org account and instead work from a fork on your personal account. We maintainers can't modify your PR at all - even the standard "update branch" button which auto-merges main doesn't work. This can make it difficult to manage your OSS contributions because we have to ping you and wait for your action even for trivial things like merging main - which we sometimes need to do if main was broken (eg in this case the CI was broken!). Please merge main so we can kick off the CI again with the latest deps then we can merge this. |
done! |
...aaaand lint is broken on |
PR Checklist
Overview
Adds exported
CodePath
interfaces and un-commented theonCodePathStart
andonCodePathEnd
methods, which makes things slightly less painful for people who have custom rules that use this feature.Based on: #6679