jscs-dev / gulp-jscs

Check JavaScript code style with jscs
MIT License
312 stars 51 forks source link

Add support for passing config options directly #123

Closed nitro404 closed 5 years ago

nitro404 commented 6 years ago

Add new unit tests for new changes and improved coverage

nitro404 commented 6 years ago

Hi! I find this to be an extremely useful gulp plugin but was surprised to see that there was no way to specify the config options directly! I've updated the code to optionally allow for this while maintaining original functionality. There are also new unit tests to account for these changes, along with a few tests for cases that were not previously tested. Let me know your thoughts. Thanks!

nitro404 commented 6 years ago

@sindresorhus ?