Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

eslint fixes and enforcement #1298

Merged
merged 1 commit into from
Feb 7, 2018
Merged

Conversation

krystophv
Copy link
Contributor

Sets up much better eslint integration. Enforces linting on staged files precommit so people can't commit files that don't pass linting.

All the edits to files are so they pass linting. Mostly semicolon or quotes changes. Some unused variables or re-declaration of variables. I tried to leave optional function arguments to preserve the function signature information where relevant. color pollutes the String native prototype, so it shows up as an unused dependency, which is why there's a bunch of eslint acceptations above them.

Copy link
Owner

@DeviaVir DeviaVir left a comment

Choose a reason for hiding this comment

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

👍 nice

@DeviaVir DeviaVir merged commit 2758400 into DeviaVir:unstable Feb 7, 2018
@krystophv krystophv deleted the eslint branch February 7, 2018 16:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants