jscs-dev / node-jscs

:arrow_heading_up: JavaScript Code Style checker (unmaintained)
https://jscs-dev.github.io
MIT License
4.96k stars 510 forks source link

Rules missing from http://jscs.info/rules #2079

Closed cookch10 closed 8 years ago

cookch10 commented 8 years ago

It seems that additionalRules, excludeFiles, and preset are valid rules, however they are not documented here: http://jscs.info/rules?q=additionalRules http://jscs.info/rules?q=excludeFiles http://jscs.info/rules?q=preset

hzoo commented 8 years ago

They are valid options not rules. Check out overview: http://jscs.info/overview#options.

cookch10 commented 8 years ago

@hzoo I see that now. Thank you for the clarification.