Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
chore: simplify eclint script files glob
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed May 30, 2019
1 parent 2618fc6 commit 01fbb5a
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 @@ -11,7 +11,7 @@
"deploy-storybook": "yarn --cwd packages/storybook storybook-to-ghpages",
"dist": "lerna run dist",
"lint": "npm-run-all --parallel lint:*",
"lint:eclint": "eclint check $(find . \\( -name '*.js' -o -name '*.scss' \\) -type f -not -path '*/\\.*' -not -path '*node_modules/*' -not -path '*tmp/*' -not -path '*/pkg/*' -not -path '*/node_modules/*' -not -path '*coverage/*')",
"lint:eclint": "eclint check packages scripts test . !.*/* !**/node_modules/** !**/pkg/**",
"lint:js": "eslint *.js packages --ignore-path .gitignore",
"lint:scss": "stylelint packages/**/*.scss",
"storybook": "yarn --cwd packages/storybook start-storybook -p 6006",
Expand Down

0 comments on commit 01fbb5a

Please sign in to comment.