Skip to content

Commit

Permalink
Remove the reference to Typescript being fixed by the pre-commit hook (
Browse files Browse the repository at this point in the history
…#1827)

It no longer is since #1675
  • Loading branch information
chrismgrayftsinc committed Jul 12, 2022
1 parent 3bfa852 commit 8d83230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -696,7 +696,7 @@ fi

The [pre-commit](https://pre-commit.com/) library allows hooks to be declared within a `.pre-commit-config.yaml` configuration file in the repo, and therefore more easily maintained across a team.

Users of pre-commit can simply add `standard` to their `.pre-commit-config.yaml` file, which will automatically fix `.js`, `.jsx`, `.ts`, `.tsx`, `.mjs` and `.cjs` files:
Users of pre-commit can simply add `standard` to their `.pre-commit-config.yaml` file, which will automatically fix `.js`, `.jsx`, `.mjs` and `.cjs` files:
```yaml
- repo: https://github.com/standard/standard
rev: master
Expand Down

0 comments on commit 8d83230

Please sign in to comment.