@truenine/eslint9-config
Version:
ESLint 9 configuration package for Compose Client projects with TypeScript, Vue, and modern JavaScript support
15 lines (14 loc) • 582 B
text/typescript
import rule from "./call.mjs";
import rule$1 from "./control.mjs";
import rule$2 from "./if.mjs";
import { Rule } from "eslint";
//#region src/rules/single-line/index.d.ts
/**
* Single-line formatting rules
* These rules prefer single-line format for simple statements when possible,
* improving code readability and reducing vertical space.
*/
declare const singleLineRules: Record<string, Rule.RuleModule>;
//#endregion
export { rule as preferSingleLineCall, rule$1 as preferSingleLineControl, rule$2 as preferSingleLineIf, singleLineRules };
//# sourceMappingURL=index.d.mts.map