Interface: PublintOptions
Defined in: src/features/pkg/publint.ts:11
Extends
Omit<Options,"pack"|"pkgDir">
Properties
level?
ts
optional level: "error" | "suggestion" | "warning";Defined in: node_modules/.pnpm/publint@0.3.17/node_modules/publint/src/index.d.ts:159
The level of messages to log (default: 'suggestion').
suggestion: logs all messageswarning: logs onlywarninganderrormessageserror: logs onlyerrormessages
Inherited from
ts
Omit.levelstrict?
ts
optional strict: boolean;Defined in: node_modules/.pnpm/publint@0.3.17/node_modules/publint/src/index.d.ts:192
Report warnings as errors.
Inherited from
ts
Omit.strict