DEV: Run bundler and yarn and check YAML files in overcommit hooks

This commit is contained in:
Gerhard Schlager 2018-09-27 04:57:37 +02:00
parent 8b0982362a
commit b1cb9ea615
1 changed files with 20 additions and 0 deletions

View File

@ -23,3 +23,23 @@ PreCommit:
install_command: 'yarn install'
command: ['yarn', 'eslint', '--ext', '.es6', '-f', 'compact']
include: '**/*.es6'
YamlSyntax:
enabled: true
PostCheckout:
BundleInstall:
enabled: true
YarnInstall:
enabled: true
PostMerge:
BundleInstall:
enabled: true
YarnInstall:
enabled: true
PostRewrite:
BundleInstall:
enabled: true
YarnInstall:
enabled: true