Default configuration file
michaelBenin opened this issue · 2 comments
michaelBenin commented
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
gustavohenke commented
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.
markelog commented
Would be nice to have a default configuration file defined.
Yeah, jscs doesn't have any pre-defined options.