@truenine/eslint9-config
Version:
ESLint 9 configuration package for Compose Client projects with TypeScript, Vue, and modern JavaScript support
11 lines (10 loc) • 330 B
text/typescript
import { Rule } from "eslint";
//#region src/rules/single-line/control.d.ts
/**
* ESLint rule: prefer-single-line-control
* Prefer single-line switch cases, for loops, while loops, and try-catch when possible.
*/
declare const rule: Rule.RuleModule;
//#endregion
export { rule as default };
//# sourceMappingURL=control.d.mts.map