Skip to content

Commit

Permalink
Run eslint via pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Mar 30, 2023
1 parent 312ac6f commit c886732
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ repos:
- id: black
args:
- --quiet
- repo: local
hooks:
- id: eslint
name: eslint
entry: sh -c "yarn && yarn lint --fix"
language: node

0 comments on commit c886732

Please sign in to comment.