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.
npm install uba-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install uba and uba-lint globally, then lint the src directory with React rules.
Ensure uba is installed and available in PATH.
Use -t js or -t react.
Use: uba lint -t react src
Install uba globally: npm install -g uba