One package, every stack
Core plugins ship bundled and version-locked. Framework plugins (React, Vue, NestJS) load on demand. Pick your stack, get a tuned config.
A strict, batteries-included flat config for Node.js, NestJS, React, and Vue โ installed with one command, governed in one place.
# In any project:
npx eslint-config-mocg init// eslint.config.mjs โ the whole file
import { mocg } from 'eslint-config-mocg';
export default mocg();That's it. mocg() detects your stack and composes the right rules. See Getting started for manual setup, presets, and CI usage.