Remove extra import fixes #24

This commit is contained in:
Kyle Mathews 2017-03-27 10:22:49 -04:00
parent 927626063b
commit 9bbe18709c
2 changed files with 13 additions and 12 deletions

View file

@ -56,6 +56,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"develop": "gatsby develop",
"build": "gatsby build",
"deploy": "gatsby build --prefix-links && gh-pages -d public"
"deploy": "gatsby build --prefix-links && gh-pages -d public",
"fix-semi": "eslint --quiet --ignore-pattern node_modules --ignore-pattern public --parser babel-eslint --no-eslintrc --rule '{\"semi\": [2, \"never\"], \"no-extra-semi\": [2]}' --fix gatsby-node.js"
}
}