jscs-dev / node-jscs

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

Misc: remove browserified version #2153

Closed markelog closed 8 years ago

markelog commented 8 years ago

Since we don't run tests on it anyway, plus anyone can create this version if needed Fixes #2150

/cc @mdevils, @hzoo

hzoo commented 8 years ago

:+1: But I think if you ctrl f for browser there's probably more

like jscs-browser.js in gitignore, jshintignore, deleting from comments

Does that mean we can remove this.registerRule(require...?

markelog commented 8 years ago

But I think if you ctrl f for browser there's probably more like jscs-browser.js in gitignore, jshintignore, deleting from comments

Oh yeah, good catch

Does that mean we can remove this.registerRule(require...?

It sure does!