We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
object-curly-newline
1 parent 622a3bc commit d0973e8Copy full SHA for d0973e8
packages/eslint-config-airbnb-base/rules/style.js
@@ -204,6 +204,7 @@ module.exports = {
204
205
// enforce line breaks between braces
206
// http://eslint.org/docs/rules/object-curly-newline
207
+ // TODO: enable once https://github.com/eslint/eslint/issues/6488 is resolved
208
'object-curly-newline': [0, {
209
ObjectExpression: { minProperties: 0, multiline: true },
210
ObjectPattern: { minProperties: 0, multiline: true }
0 commit comments