Skip to content

Commit

Permalink
fix: relax the minProperties of object-curly-newline rule
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Nov 1, 2016
1 parent 5c34c7b commit 0b4abc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ module.exports = {
// enforces newline separation if the object has multiline properties inside it
'multiline': true,
// enforces newline separation if the object spans over 3 or more propeties
'minProperties': 3,
'minProperties': 10,
},
],
// require or disallow padding inside curly braces
Expand Down

0 comments on commit 0b4abc3

Please sign in to comment.