Loading…
Lint all code (Rust + JS/TS) before opening a PR.
./x lintThis skill allows you to run a comprehensive linter on your codebase, covering both Rust and JavaScript/TypeScript files. It's particularly useful to ensure code quality and consistency before submitting a pull request, especially after making changes to Rust code. To use, simply execute the command `./x lint` in your terminal. If any lint errors are detected, you should address them and re-run the linter until the output is clean.