eslint-config-mrmlnc
v6.1.0
Published
Just my personal shareable ESLint configuration for easy distribution between my packages
Downloads
3,023
Readme
:panda_face: eslint-config-mrmlnc
ESLint flat config for @mrmlnc projects.
It wraps eslint-config-xo and adds a small set of personal rule overrides.
Installation
npm install --save-dev eslint-config-mrmlncUsage
// ./eslint.config.mjs
import * as cfg from 'eslint-config-mrmlnc';
export default cfg.build({
// override some rules
});build(options) accepts the same options as eslint-config-xo.
