Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[hook "linter"]
event = pre-commit
command = echo "Add linter in ./gitconfig"
1 change: 0 additions & 1 deletion .husky/pre-commit

This file was deleted.

11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Template Repository

This repository serves as a template for others and establishes very basic structure and tooling setup for later customization.

## Hooks

Hooks are centrally configured for the repo in the `.gitconfig` file.

If you configure a linter you will want to include docs to have contributors run the following
command:

```bash
git config set --local include.path "../.gitconfig"
```
Loading
Loading