eslint-plugin-sonarjs
Version:
SonarJS rules for ESLint
10 lines (9 loc) • 358 B
TypeScript
export declare const fields: [[{
readonly field: "threshold";
readonly description: "Number of times a literal must be duplicated to trigger an issue.";
readonly default: 3;
}, {
readonly field: "ignoreStrings";
readonly description: "Comma-separated list of strings that must be ignored.";
readonly default: "application/json";
}]];