Skip to content
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

Drop removed JSHint rules #345

Merged
merged 1 commit into from
Apr 22, 2015
Merged

Drop removed JSHint rules #345

merged 1 commit into from
Apr 22, 2015

Conversation

okuryu
Copy link
Member

@okuryu okuryu commented Apr 18, 2015

The onevar and trailing rules at JSHint have been removed. I'm not sure we
should use JSCS for now, but these rules doesn't works anymore.

The `onevar` and `trailing` rules at JSHint have been removed. I'm not sure we
should use JSCS for now, but these rules doesn't works anymore.
@yahoocla
Copy link

CLA is valid!

@okuryu okuryu merged commit 262d330 into yui:master Apr 22, 2015
@okuryu okuryu added this to the v0.7.0 milestone Apr 22, 2015
@okuryu okuryu self-assigned this Apr 22, 2015
@okuryu okuryu deleted the removed-jshint-rules branch April 22, 2015 05:25
@apm
Copy link

apm commented Apr 22, 2015

I think ESLint has leapfrogged over JSHIint, in part for this scenario. You should never have to worry about a rule you are using suddenly disappearing. Linters should be opinionated, but you shouldn't be forced into new opinions just because you want to stay current.

@okuryu
Copy link
Member Author

okuryu commented Apr 23, 2015

@apm Yes, I'm using ESLint for some other projects, I like it. I'll take a look for more investigation separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants