@bob-obringer/eslint-plugin
Version:
ESLint plugin for Bob Obringer's projects
22 lines • 598 B
TypeScript
export declare const next: {
extends: string[];
rules: {
"@bob-obringer/next-prefer-named-exports": string;
"no-restricted-imports": (string | {
patterns: {
group: string[];
message: string;
}[];
paths: ({
name: string;
importNames: string[];
message: string;
} | {
name: string;
message: string;
importNames?: undefined;
})[];
})[];
};
};
//# sourceMappingURL=next.d.ts.map