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

feat(basic): add max-statements-per-line #129

Merged
merged 1 commit into from Nov 16, 2022
Merged

Conversation

zanminkian
Copy link
Contributor

Description

Example:

const a = 1; const b = 2
  1. Before this PR being accepted, running eslint . --fix will not throw any errors, neither format the declarations to separated line.
  2. After this PR being accepted, running eslint . --fix will cause an error.

Linked Issues

Additional context

@antfu antfu merged commit 65aec3f into antfu:main Nov 16, 2022
@zanminkian zanminkian deleted the patch-3 branch December 16, 2022 03:40
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.

None yet

2 participants