This repository contains linter configuration packages used by the development team at Cache Ventures.
Language | Linter | Package |
---|---|---|
Ruby | RuboCop | |
JavaScript | ESLint |
After the Ruby gem is updated in a project, in order to get rubocop to read the
new rubocop.yml, you may need to run rubocop --restart-server
.