Skip to content

Link newer ESLint rule (namely comma-dangle) #652

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

Merged
merged 1 commit into from
Jan 1, 2016
Merged

Link newer ESLint rule (namely comma-dangle) #652

merged 1 commit into from
Jan 1, 2016

Conversation

strburst
Copy link
Contributor

@strburst strburst commented Jan 1, 2016

The "no-comma-dangle" rule was deprecated in favor or "comma-dangle" in ESLint v1.0, but the older rule is still linked.

See no-comma-dangle, comma-dangle, and line 4 of packages/eslint-config-airbnb/rules/errors.js.

The "no-comma-dangle" rule was deprecated in favor or "comma-dangle" in
ESLint v1.0.

See http://eslint.org/docs/rules/no-comma-dangle.html,
http://eslint.org/docs/rules/comma-dangle, and line 4 of
packages/eslint-config-airbnb/rules/errors.js.
ljharb added a commit that referenced this pull request Jan 1, 2016
[docs] Link newer ESLint rule (no-comma-dangle → comma-dangle)
@ljharb ljharb merged commit 7890b6c into airbnb:master Jan 1, 2016
@strburst strburst deleted the link-comma-dangle branch January 3, 2016 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants