Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.02 KB

README.md

File metadata and controls

14 lines (10 loc) · 1.02 KB

Cache Ventures Code Style

This repository contains linter configuration packages used by the development team at Cache Ventures.

Language Linter Package
Ruby RuboCop Version
JavaScript ESLint Version

Ruby updates

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.