UNPKG

@truenine/eslint9-config

Version:

ESLint 9 configuration package for Compose Client projects with TypeScript, Vue, and modern JavaScript support

10 lines (9 loc) 281 B
import { Rule } from "eslint"; //#region src/rules/code-style/concise-arrow.d.ts /** * ESLint rule: prefer-concise-arrow * Detects and fixes arrow functions that can be simplified. */ declare const rule: Rule.RuleModule; export = rule; //# sourceMappingURL=concise-arrow.d.cts.map