Use local eslint package via yarn in overcommit
This commit is contained in:
parent
0b2b617483
commit
8b0982362a
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue