Skip to content

Commit

Permalink
38/repo health (#39)
Browse files Browse the repository at this point in the history
* lint staged

* pre-commit hook test

* add lint-staged script

* pr template init
  • Loading branch information
rgraue authored Apr 21, 2024
1 parent 3fb3a19 commit 7a567f4
Show file tree
Hide file tree
Showing 5 changed files with 567 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Related Issues or Pull Requests

[]
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@

npm run pre-commit
3 changes: 3 additions & 0 deletions .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
"**/*.{js,jsx}": ["eslint", "prettier"]
}
Loading

0 comments on commit 7a567f4

Please sign in to comment.