- Enforce consistent spacing between keys and values in object literal properties
This rule enforces consistent spacing between keys and values in object literal properties. In the case of long lines, it is acceptable to add a new line wherever whitespace is allowed.
Requires at least one space between the key and the colon in object literals.
Requires at least one space between the colon and the value in object literals.
You can check them out here.