Linting
March 22, 2022 ยท View on GitHub
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