This is the dev preview website. Check out the document at lynxjs.org

Home > @lynx-js/rspeedy > RsdoctorRspackPluginOptions > linter

RsdoctorRspackPluginOptions.linter property

Signature:

linter?: {
        rules?: Record<string, unknown>;
        level?: 'Ignore' | 'Warn' | 'Error';
        extends?: unknown[];
    };