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-property-newline
1 parent 001efc7 commit 5651e60Copy full SHA for 5651e60
packages/eslint-config-airbnb-base/rules/style.js
@@ -212,8 +212,7 @@ module.exports = {
212
213
// enforce "same line" or "multiple line" on object properties.
214
// http://eslint.org/docs/rules/object-property-newline
215
- // TODO: enable when https://github.com/eslint/eslint/issues/5667#issuecomment-219334864 is resolved
216
- 'object-property-newline': [0, {
+ 'object-property-newline': [2, {
217
allowMultiplePropertiesPerLine: true,
218
}],
219
0 commit comments