You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 inyaml
.To shave some bytes from
production
installs, it can be moved todevDependencies
, which still allows to test the custom rules but prevents the other use-cases.The text was updated successfully, but these errors were encountered: