elearning/Frontend-Learner/node_modules/eslint-plugin-import-x/lib/rules/first.d.ts

6 lines
354 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
import type { TSESLint } from '@typescript-eslint/utils';
export type Options = 'absolute-first' | 'disable-absolute-first';
export type MessageId = 'absolute' | 'order';
declare const _default: TSESLint.RuleModule<MessageId, [(Options | undefined)?], import("../utils/create-rule.ts").ImportXPluginDocs, TSESLint.RuleListener>;
export default _default;