eslint-config-mother

Mother eslint config derived from eslint-config-airbnb


Keywords
eslint, config
License
MIT
Install
npm install eslint-config-mother@2.0.7

Documentation

eslint-config-mother

Usage:

Add the extension:

// .eslintrc.js
module.exports = {
   extends: "mother"
}

// OR

// .eslintrc
{
   "extends": "mother"
}

Then install the config:

npm i --save-dev eslint-config-mother