Skip to content
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

tslint -> Eslint #1848

Merged
merged 3 commits into from
Oct 7, 2022
Merged

tslint -> Eslint #1848

merged 3 commits into from
Oct 7, 2022

Conversation

krispenney
Copy link
Collaborator

tslint has been deprecated since 2019, furthermore it isn't seeing much further development (as of now the last release was mid-2020). With that in mind, this PR migrates misk-web to use eslint!

@krispenney krispenney marked this pull request as ready for review October 4, 2022 21:35
@krispenney
Copy link
Collaborator Author

@r3mariano curious what your thoughts are on this one so far. I ended up removing the tslint package completely, do you see any value in copying our eslintrc.json for the cli tool?

@r3mariano
Copy link
Contributor

r3mariano commented Oct 6, 2022

do you see any value in copying our eslintrc.json for the cli tool?

I'd like the template (this) to include a default eslintrc.json just so that users have some linting out of the box.

I ended up removing the tslint package completely

This is good though. I think using eslint's defaults as a starter is enough.

@krispenney
Copy link
Collaborator Author

For sure, I'll track that in #1913

Some rules have been disabled as they either weren't handled by the old
tslint config or tslint just wasn't configured before.
@krispenney krispenney merged commit 79db454 into master Oct 7, 2022
@krispenney krispenney linked an issue Oct 12, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate and remove TSLint and replace with EsLint
2 participants