Skip to content

Commit

Permalink
Merge pull request #1675 from storybooks/lint-staged
Browse files Browse the repository at this point in the history
Make lint-staged work properly
  • Loading branch information
Hypnosphi authored Aug 18, 2017
2 parents 7b99646 + eed8455 commit 93564fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"docs:dev": "cd docs && npm run dev",
"github-release": "github-release-from-changelog",
"import-repo": "lerna import",
"lint": "npm run lint:js && npm run lint:md",
"lint:js": "eslint . --cache --cache-location=.cache/eslint --ext .js,.jsx,.json",
"lint:md": "remark .",
"lint": "npm run lint:js . && npm run lint:md .",
"lint:js": "eslint --cache --cache-location=.cache/eslint --ext .js,.jsx,.json",
"lint:md": "remark",
"publish": "lerna publish",
"test": "jest --projects ./ ./examples/react-native-vanilla"
},
Expand Down

0 comments on commit 93564fe

Please sign in to comment.