A shareable ESLint configuration package from MadeComfy, currently at version 1.0.7. It is intended for internal use across MadeComfy projects to enforce consistent code style. The package extends ESLint with a predefined rule set but has not been actively updated since 2020, which may lead to incompatibility with modern ESLint versions (ESLint 8+). It assumes code is located in ./src/ and provides minimal configuration by simply extending 'madecomfy'. Release cadence is low, with security and dependency updates in recent versions.
npm install eslint-config-madecomfyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal .eslintrc configuration to use MadeComfy ESLint config.
Pin ESLint to version 7.x or migrate to a maintained config like eslint-config-airbnb.
Modify the lint script to point to your source directory, e.g., 'lint': 'eslint src/ app/'.
Run 'npm install eslint-config-madecomfy --save-dev' or 'yarn add eslint-config-madecomfy --dev'.
Ensure eslint-config-madecomfy is installed and listed in devDependencies. Also verify ESLint version compatibility.
No dependency data recorded yet.