Skip to content

Commit

Permalink
fix(lintstagedrc): Undo the fix that wasn't a fix πŸ˜…
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcrumb committed Oct 11, 2018
1 parent dd6582d commit 4202564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/lintstagedrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
linters: {
'README.md': [`${doctoc} --maxlevel 3 --notitle`, 'git add'],
'.all-contributorsrc': [`${itpScripts} contributors generate`, 'git add README.md'],
'**/*.+(json|js|less|css|tsx|ts|md)': [
'**/*.+(js|json|less|css|ts|tsx|md)': [
isOptedOut('autoformat', null, `${itpScripts} format`),
`${itpScripts} lint --fix`,
`${itpScripts} test --findRelatedTests --passWithNoTests`,
Expand Down

0 comments on commit 4202564

Please sign in to comment.