Skip to content

eslint-config-mocgOne ESLint config for every project

A strict, batteries-included flat config for Node.js, NestJS, React, and Vue โ€” installed with one command, governed in one place.

eslint-config-mocg

At a glance โ€‹

bash
# In any project:
npx eslint-config-mocg init
js
// 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.

Internal tooling โ€” Master of Code Global