@truenine/eslint9-config
Version:
ESLint 9 configuration package for Compose Client projects with TypeScript, Vue, and modern JavaScript support
10 lines (9 loc) • 304 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;
export = rule;
//# sourceMappingURL=control.d.cts.map