{"id":26562,"library":"uba-lint","title":"uba-lint","description":"uba-lint is a linting plugin for the Uba build tool, version 0.0.5. It provides code linting for JavaScript and React projects using a simple CLI command `uba lint`. The tool allows specifying a target rule set (`-t js` or `-t react`) and multiple directories to lint. This release is early-stage with no further updates, designed specifically as a plugin within the Uba ecosystem, not a standalone linter.","status":"active","version":"0.0.5","language":"javascript","source_language":"en","source_url":"https://github.com/uba-plugin/uba-lint","tags":["javascript","uba","uba lint"],"install":[{"cmd":"npm install uba-lint","lang":"bash","label":"npm"},{"cmd":"yarn add uba-lint","lang":"bash","label":"yarn"},{"cmd":"pnpm add uba-lint","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"required runtime dependency as a plugin for the Uba build tool","package":"uba","optional":false}],"imports":[{"note":"CLI command must be run via uba, not directly.","wrong":"uba-lint src","symbol":"bin/uba-lint","correct":"npx uba lint -t react src"}],"quickstart":{"code":"npm install -g uba uba-lint\nuba lint -t react src","lang":"bash","description":"Install uba and uba-lint globally, then lint the src directory with React rules."},"warnings":[{"fix":"Ensure uba is installed and available in PATH.","message":"uba-lint is a plugin for uba and cannot be used standalone.","severity":"gotcha","affected_versions":">=0.0.0"},{"fix":"Use -t js or -t react.","message":"Only supports js and react presets; other -t values will likely error.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Use: uba lint -t react src","cause":"Running uba-lint directly instead of as uba plugin","error":"Command 'uba-lint' not found"},{"fix":"Install uba globally: npm install -g uba","cause":"uba not installed","error":"Error: Cannot find module 'uba'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}