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

Fix issue with complete sentence fixer #57

Merged
merged 4 commits into from
Jan 6, 2018
Merged

Conversation

bary12
Copy link
Contributor

@bary12 bary12 commented Dec 24, 2017

/**
 * foo
 */

was supposed to be fixed to

/**
 * Foo.
 */

but actually was not fixed at all.
This PR solves that.

@bary12
Copy link
Contributor Author

bary12 commented Dec 24, 2017

@gajus it looks like the latest version of ESlint fails on src/rules/checkParamNames.js for some reason. I tried downgrading to 7.4.2 and it passed locally.

@bary12 bary12 closed this Dec 25, 2017
@bary12 bary12 reopened this Dec 25, 2017
@bary12
Copy link
Contributor Author

bary12 commented Dec 28, 2017

The checks should pass after gajus/eslint-config-canonical#13 is merged.

@bary12 bary12 closed this Jan 6, 2018
@bary12 bary12 reopened this Jan 6, 2018
@gajus gajus merged commit 9ffa44c into gajus:master Jan 6, 2018
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