diff --git a/package.json b/package.json index dfcc46c2d..72394c41a 100644 --- a/package.json +++ b/package.json @@ -91,6 +91,10 @@ "*.{js,vue}": [ "eslint --fix", "git add" + ], + "*.rb": [ + "rubocop -a", + "git add" ] } }