@mugo-agency/eslint-config
v0.0.5
Published
A shareable set of ESLint rules to maintain standards across projects.
Downloads
4
Readme
eslint-config
Mugo's shareable svgo config for use across projects.
Installation
Install @mugo-agency/eslint-config:
With Yarn
yarn add --dev @mugo-agency/eslint-configWith npm
npm install @mugo-agency/eslint-config --save-devUsage
Mugo's ESLint config comes bundled in @mugo-agency/eslint-config.
Add to your .eslintrc.js
const config = require("@mugo-agency/eslint-config");
module.exports = config;