UNPKG

eslint-plugin-command

Version:

Comment-as-command for one-off codemod with ESLint

69 lines (68 loc) 2.37 kB
import { d as defineCommand, t as Command } from "./types-CtFtnOf-.mjs"; //#region src/commands/hoist-regexp.d.ts declare const hoistRegExp: Command; //#endregion //#region src/commands/inline-arrow.d.ts declare const inlineArrow: Command; //#endregion //#region src/commands/keep-aligned.d.ts declare const keepAligned: Command; //#endregion //#region src/commands/keep-sorted.d.ts declare const keepSorted: Command; //#endregion //#region src/commands/keep-unique.d.ts declare const keepUnique: Command; //#endregion //#region src/commands/no-shorthand.d.ts declare const noShorthand: Command; //#endregion //#region src/commands/no-type.d.ts declare const noType: Command; //#endregion //#region src/commands/no-x-above.d.ts declare const noXAbove: Command; //#endregion //#region src/commands/regex101.d.ts declare const regex101: Command; //#endregion //#region src/commands/reverse-if-else.d.ts declare const reverseIfElse: Command; //#endregion //#region src/commands/to-arrow.d.ts declare const toArrow: Command; //#endregion //#region src/commands/to-destructuring.d.ts declare const toDestructuring: Command; //#endregion //#region src/commands/to-dynamic-import.d.ts declare const toDynamicImport: Command; //#endregion //#region src/commands/to-for-each.d.ts declare const toForEach: Command; //#endregion //#region src/commands/to-for-of.d.ts declare const toForOf: Command; //#endregion //#region src/commands/to-function.d.ts declare const toFunction: Command; //#endregion //#region src/commands/to-one-line.d.ts declare const toOneLine: Command; //#endregion //#region src/commands/to-promise-all.d.ts declare const toPromiseAll: Command; //#endregion //#region src/commands/to-string-literal.d.ts declare const toStringLiteral: Command; //#endregion //#region src/commands/to-template-literal.d.ts declare const toTemplateLiteral: Command; //#endregion //#region src/commands/to-ternary.d.ts declare const toTernary: Command; //#endregion //#region src/commands/index.d.ts declare const builtinCommands: Command[]; //#endregion export { type Command, builtinCommands, defineCommand, hoistRegExp, inlineArrow, keepAligned, keepSorted, keepUnique, noShorthand, noType, noXAbove, regex101, reverseIfElse, toArrow, toDestructuring, toDynamicImport, toForEach, toForOf, toFunction, toOneLine, toPromiseAll, toStringLiteral, toTemplateLiteral, toTernary };