Add rubocop on commit hook (#283)

This commit is contained in:
Pranav Raj S 2019-11-25 11:18:16 +05:30 committed by Sojan Jose
parent fabf59cdd1
commit 34df451243

View file

@ -91,6 +91,10 @@
"*.{js,vue}": [
"eslint --fix",
"git add"
],
"*.rb": [
"rubocop -a",
"git add"
]
}
}