โก Project Scripts๐ 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