We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://eslint.org/docs/rules/object-curly-newline
The text was updated successfully, but these errors were encountered:
there are a lot of options for enforcing this, what would you suggest? Maybe something simple:
object-curly-newline: ["error", { "multiline": true }]
Sorry, something went wrong.
I would be okay with that. I would also be okay with adding minProperties and set that to 2 or 3.
minProperties
Just in case no one saw... Giving this the 👍
Successfully merging a pull request may close this issue.
http://eslint.org/docs/rules/object-curly-newline
The text was updated successfully, but these errors were encountered: