eslint-plugin-sonarjs
Version:
SonarJS rules for ESLint
9 lines (8 loc) • 341 B
TypeScript
/**
* 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;
};