summaryrefslogtreecommitdiff
path: root/.overcommit.yml.example
diff options
context:
space:
mode:
Diffstat (limited to '.overcommit.yml.example')
-rw-r--r--.overcommit.yml.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/.overcommit.yml.example b/.overcommit.yml.example
index 4e6d084a95d..2cca4c0b488 100644
--- a/.overcommit.yml.example
+++ b/.overcommit.yml.example
@@ -28,7 +28,9 @@ PreCommit:
EsLint:
enabled: true
# https://github.com/sds/overcommit/issues/338
- command: './node_modules/eslint/bin/eslint.js'
+ required_executable: 'yarn'
+ command: ['yarn', 'eslint']
+ flags: []
HamlLint:
enabled: true
MergeConflicts: