davidwaterston / eslint-plugin-objects

A small collection of ESLint (http://eslint.org) rules that enforce more strict stylistic conventions for the layout of multi-property objects.
MIT License
10 stars 3 forks source link

Allow specifying number of properties that are allowed to be on one line #4

Closed yamalight closed 9 years ago

yamalight commented 9 years ago

First part of additions discussed in #1

davidwaterston commented 9 years ago

@yamalight Thanks a lot for the pull request!

yamalight commented 9 years ago

:+1: will try to figure out nested objects as well, seems a bit trickier than just prop count