12 lines
433 B
Plaintext
12 lines
433 B
Plaintext
export type Options = [
|
|
{
|
|
allowDeclarations?: boolean;
|
|
allowDefinitionFiles?: boolean;
|
|
}
|
|
];
|
|
export type MessageIds = 'moduleSyntaxIsPreferred';
|
|
declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"moduleSyntaxIsPreferred", Options, import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
name: string;
|
|
};
|
|
export default _default;
|