jscs-dev/gulp-jscs

Support values other than true/false

Closed this issue · 1 comments

Currently, this does not support all the options from the following:

It forces an array for requireSpaceBeforeBinaryOperators, disallowSpaceAfterPrefixUnaryOperators, disallowSpaceBeforePostfixUnaryOperators when true is allowed.

It forces an true/false for requireCamelCaseOrUpperCaseIdenifiers or disallowSpacesInsideObjectBrackets, disallowSpacesInsideObjectBrackets when string and objects are allowed.

There are probably others, but nonetheless....

It supports anything JSCS supports. Try its issue tracker instead.