Skip to content

ref(eslint): Fix max lines eslint rule #5577

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

Merged
merged 3 commits into from
Aug 12, 2022
Merged

ref(eslint): Fix max lines eslint rule #5577

merged 3 commits into from
Aug 12, 2022

Conversation

k-fish
Copy link
Member

@k-fish k-fish commented Aug 12, 2022

It's debatable whether this should be enabled at all, but at the very least we should relax the conditions that don't affect bundle size, such as blank lines and comments since it leads towards either disabling the rule entirely (as you can see in a lot of sdk files) or people not writing comments (again, not ideal).

It's debatable whether this should be enabled at all, but at the very least we should relax the conditions that don't affect bundle size, such as blank lines and comments since it leads towards either disabling the rule entirely (as you can see in a lot of sdk files) or people not writing comments (again, not ideal).
@k-fish k-fish requested a review from AbhiPrasad August 12, 2022 17:36
@k-fish k-fish enabled auto-merge (squash) August 12, 2022 17:36
@AbhiPrasad AbhiPrasad changed the title ref(sdk): Fix max lines eslint rule ref(eslint): Fix max lines eslint rule Aug 12, 2022
@k-fish k-fish merged commit 3203558 into master Aug 12, 2022
@k-fish k-fish deleted the ref/sdk-fix-max-lines branch August 12, 2022 18:03
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.

2 participants