export type NpmPkgJsonLintConfig = {
    extends?: string;
};
