Skip to content

Commit 60e0e40

Browse files
committed
chore: add linting to tests
1 parent 3917cc6 commit 60e0e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"build": "rm -rf ./lib; NODE_ENV=production babel ./modules -d lib --ignore '__tests__'",
1212
"lint": "eslint ./modules",
13-
"test": "jest",
13+
"test": "npm run lint && jest",
1414
"prepublish": "npm run lint && npm run build"
1515
},
1616
"keywords": [
@@ -49,7 +49,7 @@
4949
"bluebird": "^3.3.3",
5050
"enzyme": "^2.2.0",
5151
"eslint": "^2.9.0",
52-
"eslint-config-airbnb": "^8.0.0",
52+
"eslint-config-airbnb": "^9.0.1",
5353
"eslint-plugin-import": "^1.6.1",
5454
"eslint-plugin-jsx-a11y": "^1.2.0",
5555
"eslint-plugin-react": "^5.0.1",

0 commit comments

Comments
 (0)