Linting#

Before submitting a pull request, ensure you’ve run our linting tools and either fixed any violations or suppressed the warning. If you can’t run the linting workflows locally, you can enable and run the lint GitHub workflow in your fork.

Requirements#

To run the linting tools, you’ll need to install the dependencies as specified in Building.

Running the linters#

To run all linting checks:

npm run lint:check

To run all linting checks AND automatically fix any fixable issues:

npm run lint:fix