Skip to content

Style Guide

Riya Jaggi edited this page Mar 15, 2021 · 2 revisions

IDOL uses ESLint and Prettier for formatting the code.

Run the command below to find all linter errors.
yarn lint

Run the command below to format all style errors before opening a pull request.
yarn format

For more information, please see this page.

Clone this wiki locally