Internal Docsscriptsπ Lint ScriptsOn this pageπ Lint Scriptsnpm 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