-
Notifications
You must be signed in to change notification settings - Fork 395
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
Migrate ESLint to new linting configration #842
Comments
Pardon the dumb question, but it looks to me like we already use eslint in this repo? Is there something else that we'd like done in this repo to solve this issue? EDIT: sounds like should review #669 to incorporate some of the linting rule updates and also 🪓 prettier. |
I have started looking at this issue. I have pulled out just the configuration changes originally proposed by Ankur in #669 and merged into a branch up to date with latest
@seratch I noticed that in #669 you had recommended separating some of the changes out into a different pull request. Can you elaborate on your thinking here? I'm trying to understand the approach you'd like to use to land these changes to the linting in this project. Perhaps one alternative approach is to open a base pull request with just the configuration changes, where we can review and debate those on their own (let's call this branch Let me know what your thoughts are on this! I am looking forward to contributing to the team 💪 |
I know it's inevitable if we turn the new settings on at a time but my impression of the pull request is that it has many changes that are unrelated to one another. Therefore, I thought that having multiple smaller pull requests (for instance, one for moving WebClientPool from App, another one for converting the complicated chains of
I like this approach a lot. I was thinking that we can merge smaller new-eslint-setting-preparation pull requests before enabling the new configuration but your approach here is better. |
Also, as you pointed out, we already use eslint in this repository. I've updated the issue title to be more accurate. |
Cool! This way we can also proof out how the configuration changes impact the code, and how it looks like, one file, or one rule, at a time, however we wish to divide the work up.
Thanks 👍 |
Description
https://palantir.github.io/tslint/
@stevengill @mwbrooks @misscoded
How can we move #669 forward?
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: