Run npm run lint to check all file types. Report the results.
If there are fixable errors and the user asks to fix them, run npm run lint:fix.
Individual linters can also be run:
npm run lint:json— JSON syntax validationnpm run lint:md— markdownlint on Markdown filesnpm run lint:py— Ruff on Python filesnpm run lint:sh— ShellCheck on shell scriptsnpm run lint:plugin— agnix plugin structure validation