Skip to content
Snippets Groups Projects
Unverified Commit f26e5f38 authored by Alexander Harkness's avatar Alexander Harkness
Browse files

Add eslint to pre-commit hook

parent 31c621d9
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,10 @@ repos: ...@@ -4,6 +4,10 @@ repos:
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/prettier/prettier - repo: https://github.com/prettier/prettier
rev: "" # Use the sha or tag you want to point at rev: ""
hooks: hooks:
- id: prettier - id: prettier
- repo: https://github.com/pre-commit/mirrors-eslint
rev: ""
hooks:
- id: eslint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment