Skip to content

Commit

Permalink
fix(precommit): prevent multiple linters running at once
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Sep 23, 2017
1 parent a2abda3 commit f3edba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/lintstagedrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const kcdScripts = resolveKcdScripts()
const doctoc = resolveBin('doctoc')

module.exports = {
concurrent: false,
linters: {
'**/*.+(js|json|less|css|ts)': [
`${kcdScripts} format`,
Expand Down

0 comments on commit f3edba9

Please sign in to comment.