# OVERRIDE_RULES

`variable` in `eslint-config` · v1.4.3-next.0

<https://docs.seedcord.org/packages/eslint-config/1.4.3-next.0/variables/override-rules>

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