Set required executable to jshint linting

This commit is contained in:
Brenda Wallace
2017-09-13 22:01:33 +12:00
parent 5f7d48c633
commit 17521cde17

View File

@@ -62,6 +62,7 @@ PreCommit:
- 'spec/javascripts/support/vendor/**'
- '**/bootstrap*'
command: ['npm', 'run', 'jshint']
required_executable: 'npm'
ScssLint:
enabled: true
RailsSchemaUpToDate: