@truenine/eslint9-config
Version:
ESLint 9 configuration package for Compose Client projects with TypeScript, Vue, and modern JavaScript support
1 lines • 769 B
Source Map (JSON)
{"version":3,"file":"index.cjs","names":["singleLineRules","codeStyleRules"],"sources":["../../src/rules/index.ts"],"sourcesContent":["import type {Rule} from 'eslint'\nimport {codeStyleRules} from './code-style'\nimport {singleLineRules} from './single-line'\n\n/**\n * All custom ESLint rules\n * Rules are organized into categories:\n * - single-line: Rules that prefer single-line format for simple statements\n * - code-style: Rules that enforce code style preferences\n */\nexport const rules: Record<string, Rule.RuleModule> = {...singleLineRules, ...codeStyleRules}\n\nexport * from './code-style' /* Re-export all rules from subdirectories */\nexport * from './single-line'\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAUA,MAAa,QAAyC;CAAC,GAAGA;CAAiB,GAAGC;CAAe"}