Skip to main content

🟢 Minimal

Use this preset when you want the recommended baseline without the typescript/prefer-readonly* rules.

Config key

etcMisc.configs.minimal;

Flat Config example

import etcMisc from "eslint-plugin-etc-misc";

export default [etcMisc.configs.minimal];

Rules in this preset

Adoption guidance

Start here if you want a pragmatic baseline before adopting readonly-style constraints from recommended.