From 17521cde1725ac64e5472c3af4dcc577de5a29ce Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Wed, 13 Sep 2017 22:01:33 +1200 Subject: [PATCH] Set required executable to jshint linting --- .overcommit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.overcommit.yml b/.overcommit.yml index 9b44544dc..505c8e2e6 100644 --- a/.overcommit.yml +++ b/.overcommit.yml @@ -62,6 +62,7 @@ PreCommit: - 'spec/javascripts/support/vendor/**' - '**/bootstrap*' command: ['npm', 'run', 'jshint'] + required_executable: 'npm' ScssLint: enabled: true RailsSchemaUpToDate: