Use local eslint package via yarn in overcommit

This commit is contained in:
Penar Musaraj 2018-09-25 11:26:01 -04:00 committed by Gerhard Schlager
parent 0b2b617483
commit 8b0982362a
1 changed files with 3 additions and 1 deletions

View File

@ -19,5 +19,7 @@ PreCommit:
command: ['bundle', 'exec', 'rubocop']
EsLint:
enabled: true
command: ['eslint', '--ext', '.es6', '-f', 'compact']
required_executable: './node_modules/.bin/eslint'
install_command: 'yarn install'
command: ['yarn', 'eslint', '--ext', '.es6', '-f', 'compact']
include: '**/*.es6'