mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 06:18:00 -05:00
[eslint config] [base] [breaking] enable object-property-newline rule
This commit is contained in:
@@ -212,8 +212,7 @@ module.exports = {
|
||||
|
||||
// enforce "same line" or "multiple line" on object properties.
|
||||
// http://eslint.org/docs/rules/object-property-newline
|
||||
// TODO: enable when https://github.com/eslint/eslint/issues/5667#issuecomment-219334864 is resolved
|
||||
'object-property-newline': [0, {
|
||||
'object-property-newline': [2, {
|
||||
allowMultiplePropertiesPerLine: true,
|
||||
}],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user