Fix eslint errors

This commit is contained in:
Kyle Mathews 2016-02-20 12:31:34 -08:00
parent f856fe0060
commit d0552c19b2
10 changed files with 179 additions and 139 deletions

View file

@ -4,6 +4,7 @@
"description": "Starter Gatsby Blog",
"main": "n/a",
"scripts": {
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@ -27,7 +28,13 @@
"react-dom": "^0.14.3",
"react-responsive-grid": "^0.3.0",
"react-router": "^0.13.5",
"safe-access": "^0.1.0",
"typography": "^0.6.2",
"underscore.string": "^3.2.2"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-airbnb": "^5.0.1",
"eslint-plugin-react": "^4.0.0"
}
}