seegno / jscs-config-seegno

Seegno-flavored JSCS config
2 stars 0 forks source link

Remove `jscs` dependency #2

Closed ruiquelhas closed 8 years ago

ruiquelhas commented 8 years ago

jscs is currently required as a dependency because it's being used for testing the custom rules and validating the additional code written for that matter, and also to allow the rules to be declared in yaml.

To shave some bytes from production installs, it can be moved to devDependencies, which still allows to test the custom rules but prevents the other use-cases.