Linting
Standard Command
npm run lint - runs tsc --noEmit && eslint
Workflow
- •Run
npm run lint - •For fixes:
npm run lint-fix - •Report file:line references
Rules
- •Use project's
package.jsonscripts - •Never use
npxdirectly - •Don't auto-fix unless requested