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

Fix ESLint config & boilerplate files #20

Merged
merged 1 commit into from
Aug 5, 2020
Merged

Fix ESLint config & boilerplate files #20

merged 1 commit into from
Aug 5, 2020

Conversation

simonihmig
Copy link
Member

New stricter TS ESLint rules caused a lot of errors, due to implicit any use. Also the ESLint config is now separated between .js and .ts files, so the TS rules only apply to .ts files. The new rules also caused a lot of unfixable errors when applied to .js files.

New stricter TS ESLint rules caused a *lot* of errors, due to implicit `any` use. Also the ESLint config is now separated between .js and .ts files, so the TS rules only apply to .ts files. The new rules also caused a lot of unfixable errors when applied to .js files.
@simonihmig simonihmig merged commit 5bc0f6b into master Aug 5, 2020
@simonihmig simonihmig deleted the eslint-fixes branch August 5, 2020 11:50
@lolmaus
Copy link
Contributor

lolmaus commented Aug 17, 2020

👍

@simonihmig simonihmig added the bug Something isn't working label Sep 2, 2020
@simonihmig simonihmig mentioned this pull request Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants