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

Refine ESLint configuration #291

Merged
merged 3 commits into from
Mar 19, 2017
Merged

Refine ESLint configuration #291

merged 3 commits into from
Mar 19, 2017

Conversation

aduth
Copy link
Member

@aduth aduth commented Mar 17, 2017

Specifies Node environment to avoid errors on keywords such as require, process. Notably in webpack.config.js. While these will likely not be common in client code, they're supported by Webpack nonetheless.

Disables one-var ESLint rule. I'd argue this is a complementary of vars-on-top which is not relevant in an ES2015+ environment.

Adds configuration for Travis CI. This is not yet enabled and we'll need to resolve a few of the outstanding errors (from stubbed functions). Travis was chosen for best consistency with core integration (source).

@aduth aduth added the Framework Issues related to broader framework topics, especially as it relates to javascript label Mar 17, 2017
@aduth aduth force-pushed the update/refine-eslint-config branch from f8e97c5 to 7d904ec Compare March 19, 2017 17:33
@aduth aduth merged commit f52de2d into master Mar 19, 2017
@aduth aduth deleted the update/refine-eslint-config branch March 19, 2017 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues related to broader framework topics, especially as it relates to javascript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant