Skip to content

Commit

Permalink
fix(init): yarn lint outputs more info (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Oct 10, 2017
1 parent 0c5d48a commit 79644cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"lint:js": "eslint --max-warnings=-1 --ignore-path=.gitignore --ext=.js --ext=.jsx .",
"lint:js:fix": "npm run lint:js -- --fix",
"lint:md": "markdownlint *.md",
"lint": "npm-run-all --parallel lint:*",
"lint": "npm-run-all --print-name --print-label --parallel lint:*",
"commitmsg": "commitlint -e",
"precommit": "lint-staged",
"release": "standard-version",
Expand Down
2 changes: 1 addition & 1 deletion test/init.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ suite('init', () => {
'lint:js': 'eslint --max-warnings=-1 --ignore-path=.gitignore --ext=.js --ext=.jsx .',
'lint:js:fix': 'npm run lint:js -- --fix',
'lint:md': 'markdownlint *.md',
lint: 'npm-run-all --parallel lint:*',
lint: 'npm-run-all --print-name --print-label --parallel lint:*',
precommit: 'lint-staged',
release: 'standard-version',
'release:dry-run': 'standard-version --dry-run',
Expand Down

0 comments on commit 79644cf

Please sign in to comment.