Skip to content

Commit

Permalink
[v2] fix eslint warnings (gatsbyjs#5121)
Browse files Browse the repository at this point in the history
* Fix lint errors

* Revert this, handled in PR 5106

* Pin babel-eslint to a version that supports @babel/plugin-proposal-optional-chaining
  • Loading branch information
m-allanson authored and KyleAMathews committed Apr 25, 2018
1 parent 173ec8b commit e3d718a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ const fsMachine = Machine({

let currentState = fsMachine.initialState

const fileQueue = new Map()

exports.sourceNodes = (
{ actions, getNode, createNodeId, hasNodeChanged, reporter, emitter },
pluginOptions
Expand Down

0 comments on commit e3d718a

Please sign in to comment.