We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f496cb commit 68db05eCopy full SHA for 68db05e
1 file changed
.pre-commit-hooks.yaml
@@ -4,3 +4,9 @@
4
entry: ./scripts/validate-flux.sh
5
language: script
6
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