Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 452 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 452 Bytes

Linting

The linter is run when you run npm run build. Build will fail if there are any lint errors.

For VSCode, install the ESLint plugin.

Style

This repo uses ESLint Stylistic for style linting and formatting. To enable ESLint as a formatter, add the following to your settings.json:

{
    "eslint.format.enable": true,
}

You can also turn on autoformat on save.