eslint-plugin-sonarjs
Version:
SonarJS rules for ESLint
28 lines (27 loc) • 625 B
TypeScript
export declare const meta: {
type: string;
docs: {
description: string;
recommended: boolean;
url: string;
requiresTypeChecking: boolean;
};
fixable: undefined;
deprecated: boolean;
};
export declare const sonarKey = "S3776";
export declare const schema: {
readonly type: "array";
readonly minItems: 0;
readonly maxItems: 2;
readonly items: [{
readonly oneOf: [{
readonly type: "integer";
readonly minimum: 0;
}, {
readonly type: "string";
}];
}, {
readonly type: "string";
}];
};