UNPKG

yarn-audit-html

Version:

Generate a HTML report for Yarn Audit

9 lines (8 loc) 250 B
{ "$schema": "https://json.schemastore.org/nycrc", "all": true, "include": ["src/**"], "exclude": ["fixtures", "src/**/*.ignore*", "src/**/*.test.ts", "src/types.ts"], "reporter": ["html", "text", "text-summary", "json"], "output": "reports" }