Skip to content

Commit

Permalink
chore: add linting to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed May 12, 2016
1 parent 3917cc6 commit 60e0e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"build": "rm -rf ./lib; NODE_ENV=production babel ./modules -d lib --ignore '__tests__'",
"lint": "eslint ./modules",
"test": "jest",
"test": "npm run lint && jest",
"prepublish": "npm run lint && npm run build"
},
"keywords": [
Expand Down Expand Up @@ -49,7 +49,7 @@
"bluebird": "^3.3.3",
"enzyme": "^2.2.0",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.0.1",
Expand Down

0 comments on commit 60e0e40

Please sign in to comment.