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

[ESLint] Update dependencies and split configs #21

Merged
merged 3 commits into from
May 15, 2017

Conversation

akxcv
Copy link
Collaborator

@akxcv akxcv commented May 14, 2017

Solves #18 and #19.

module.exports = {
plugins: ['react', 'jsx-a11y'],
extends: ['./rules/react'].map(require.resolve),
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing semicolon.

module.exports = {
plugins: ['flowtype'],
extends: ['./rules/flowtype'].map(require.resolve),
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing semicolon.

@akxcv
Copy link
Collaborator Author

akxcv commented May 14, 2017

Also configured Hound to use ESLint properly. Cannot re-run it for some reason, though.

@akxcv akxcv requested a review from JelF May 14, 2017 10:50
Update CHANGELOG.md
@akxcv akxcv merged commit 490622a into master May 15, 2017
@akxcv akxcv deleted the eslint/update-and-split branch May 15, 2017 07:34
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.

None yet

3 participants