Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 426 Bytes

LINTING.md

File metadata and controls

18 lines (11 loc) · 426 Bytes

Linting

For Ruby we use standardrb to standardize our project.

To run simply open the project and run in the terminal

bundle exec standardrb

For Typescript/Stylesheets we use tslint and stylelint respectively.

To run simply open the project and run in the terminal

yarn lint