jscs-dev/grunt-jscs

Default configuration file

michaelBenin opened this issue · 2 comments

Would be nice to have a default configuration file defined.

Running "jscs:files" (jscs) task
Fatal error: Neither config file nor grunt options were defined

You must have a .jscsrc or .jscs.json file in your project, by default.
See https://github.com/jscs-dev/grunt-jscs#config for reference.

Would be nice to have a default configuration file defined.

Yeah, jscs doesn't have any pre-defined options.