-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Enforce the array bracket spacing rule #1203
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Still think this is relevant |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Still think this is relevant |
@LinusU Btw, the way to get the bot to not mark an issue as stale is to add any other label. :) |
This will be included in |
Originally discussed here #609 (comment). The object-curly-spacing rule was added, but not the array-bracket-spacing rule.
The array-bracket-spacing should be set to
"array-bracket-spacing": ["error", "never"]
, as shown by the ecosystem impacts and discussions.The text was updated successfully, but these errors were encountered: