first commit
This commit is contained in:
9
node_modules/eslint-plugin-import-x/lib/rules/dynamic-import-chunkname.d.ts
generated
vendored
Normal file
9
node_modules/eslint-plugin-import-x/lib/rules/dynamic-import-chunkname.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { TSESLint } from '@typescript-eslint/utils';
|
||||
export interface Options {
|
||||
allowEmpty?: boolean;
|
||||
importFunctions?: readonly string[];
|
||||
webpackChunknameFormat?: string;
|
||||
}
|
||||
export type MessageId = 'leadingComment' | 'blockComment' | 'paddedSpaces' | 'webpackComment' | 'chunknameFormat' | 'webpackEagerModeNoChunkName' | 'webpackRemoveEagerMode' | 'webpackRemoveChunkName';
|
||||
declare const _default: TSESLint.RuleModule<MessageId, [(Options | undefined)?], import("../utils/create-rule.ts").ImportXPluginDocs, TSESLint.RuleListener>;
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user