npm run lint
Category: Node.js & npm/yarn
npm run lint
Run the 'lint' script to check code for style and syntax issues
Runs the linter (usually ESLint) to check your code for style violations, unused variables, and potential bugs — without actually running the code.