-
Notifications
You must be signed in to change notification settings - Fork 176
make linter pluggable #290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
initial work: jslint runs but writes to stdout instead of returning data update tests to use -L, -n to specify linter style: remove dangling comma spacing and intentation rename linter output to "lint" from "eslint" implement runner; add tests, fixtures for jslint restore newlines hoist helper functions add jslint (w/version) as optional dependency
|
Isn't this a 5.2.0? |
|
@hueniverse yes, hadn't got to reviewing fully to make that switch. Thanks. |
|
For what it's worth, I still believe a single switch is achievable :p |
lib/linters/jslint/index.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our styles a little different, 4 spaces and a newline after each function declaration.
|
More like that? |
|
@smikes perfect, thanks I'll publish this later tonight. Want to run through it all |
|
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions. |
initial work: jslint runs but writes to stdout instead of returning data
update tests to use -L, -n to specify linter
style: remove dangling comma
spacing and intentation
rename linter output to "lint" from "eslint"
implement runner; add tests, fixtures for jslint
restore newlines
hoist helper functions
add jslint (w/version) as optional dependency