Skip to content

eslint cleanup; trailing comma fix for IE #122

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 2 commits into from
Jul 25, 2014
Merged

eslint cleanup; trailing comma fix for IE #122

merged 2 commits into from
Jul 25, 2014

Conversation

aaronshaf
Copy link
Contributor

  • Removed unused variables
  • Removed double declarations
  • Most importantly, removed trailing comma which was breaking IE
  • Added eslint.json for future eslint usage

- Removed unused variables
- Removed double declarations
- Most importantly, removed trailing commas which were breaking IE
- Added eslint.json for future eslint usage
@@ -422,7 +422,7 @@ function checkTransitionFromHooks(matches, transition) {
function checkTransitionToHooks(matches, transition) {
var promise = Promise.resolve();

matches.forEach(function (match, index) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I personally think it's better to keep these unused function arguments.

mjackson added a commit that referenced this pull request Jul 25, 2014
eslint cleanup; trailing comma fix for IE
@mjackson mjackson merged commit b35a894 into remix-run:master Jul 25, 2014
@ryanflorence
Copy link
Member

@mjackson lets make sure to check the [fixed] stuff in the subject lines before merging so that this kind of stuff makes it into the changelog (can even do a manual merge and update the subject ourselves)

@mjackson
Copy link
Member

@rpflorence ah yeah, sorry. Still not quite used to that so I forget sometimes :/

@ryanflorence
Copy link
Member

its okay, I still got it in 6bfcdfc

@lock lock bot locked as resolved and limited conversation to collaborators Jan 21, 2019
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.

4 participants