Skip to content

Commit

Permalink
fix: Create .pre-commit-hooks.yaml (#48)
Browse files Browse the repository at this point in the history
* fix: Create .pre-commit-hooks.yaml

Add `.pre-commit-hoots.yaml` to help support `pre-commit`.

* Update .pre-commit-hooks.yaml
  • Loading branch information
Jason3S authored Sep 13, 2021
1 parent b42f000 commit 982d5b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
# For use with pre-commit.
# See usage instructions at http://pre-commit.com

- id: cspell
name: cspell
description: This hook runs CSpell spellchecker
entry: cspell-cli
language: node
types: [file]
verbose: true

0 comments on commit 982d5b1

Please sign in to comment.