Skip to main content
Version: Next

๐Ÿ” Lint Scripts

npm run lintโ€‹

Runs ESLint on the entire project.

eslint .

npm run lint:fixโ€‹

Automatically fixes issues where possible:

eslint . --fix

npm run lint:styleโ€‹

Checks EditorConfig formatting rules:

editorconfig-checker