UNPKG

eslint-plugin-sonarjs

Version:
9 lines (8 loc) 341 B
/** * S1537 ('comma-dangle') and S3723 ('enforce-trailing-comma') both depend on the * same ESLint implementation, but the plugin doesn't allow rule key duplicates. */ export declare const rule: { meta: import("eslint").Rule.RuleMetaData; create(context: import("eslint").Rule.RuleContext): import("eslint").Rule.NodeListener; };