mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-01 04:15:11 -04:00
11 lines
222 B
Bash
Executable File
11 lines
222 B
Bash
Executable File
#!/bin/bash
|
|
set -euv
|
|
|
|
gem install overcommit rubocop haml-lint bundler-audit
|
|
npm install -g eslint jshint coffeelint csslint
|
|
pip install yamllint --user
|
|
|
|
overcommit --install
|
|
overcommit --sign
|
|
overcommit --sign pre-commit
|