Skip to content

Commit 68db05e

Browse files
committed
feat(.pre-commit-hooks.yaml): add validate eslint hook
1 parent 8f496cb commit 68db05e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@
44
entry: ./scripts/validate-flux.sh
55
language: script
66
stages: [push]
7+
- id: validate-eslint
8+
name: Validate eslint for Javascript and Typescript based files
9+
description: "A script to validate eslint rules on Javascript and Typescript files."
10+
entry: ./scripts/validate-eslint.sh
11+
language: script
12+
stages: [commit]

0 commit comments

Comments
 (0)