eslint-plugin-sonarjs
Version:
SonarJS rules for ESLint
11 lines (10 loc) • 354 B
TypeScript
export declare const fields: [[{
readonly field: "headerFormat";
readonly description: "Expected copyright and license header";
readonly default: "";
readonly fieldType: "TEXT";
}, {
readonly field: "isRegularExpression";
readonly description: "Whether the headerFormat is a regular expression";
readonly default: false;
}]];