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

Commit

Permalink
fix: lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
JamilOmar committed Mar 5, 2020
1 parent 1498256 commit d64d788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@
}
},
"lint-staged": {
"*.ts":"npm run lint:fix"
"*.{ts,md}":"npm run lint:fix"
}
}
4 changes: 2 additions & 2 deletions templates/cli-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
}
},
"lint-staged": {
"*.ts": "npm run lint:fix"
"*.{ts,md}": "npm run lint:fix"
}
}
}

0 comments on commit d64d788

Please sign in to comment.