const OVERRIDE_RULES: {
"no-empty-function": string;
"no-useless-constructor": string;
"no-param-reassign": string;
"no-new": string;
"prefer-template": string;
};const OVERRIDE_RULES: {
"no-empty-function": string;
"no-useless-constructor": string;
"no-param-reassign": string;
"no-new": string;
"prefer-template": string;
};