Skip to content

Commit

Permalink
chore(lint): target lint properly
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdhanaraj committed May 30, 2017
1 parent e814d47 commit 0735111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"check": "npm run lint && npm run test",
"lint": "eslint --ignore-pattern dist .",
"lint": "eslint {components,internal}/**",
"storybook": "start-storybook -p 8080",
"test": "jest '/(components|lib|internal)/'",
"test-watch": "jest '/(components|lib|internal)/' --watch",
Expand Down

0 comments on commit 0735111

Please sign in to comment.