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