UNPKG

@truenine/eslint9-config

Version:

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

1 lines 732 B
{"version":3,"file":"index.mjs","names":[],"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,GAAG;CAAiB,GAAG;CAAe"}