eslint-config-motherUsage:Add the extension:// .eslintrc.jsmodule.exports={extends: "mother"}// OR// .eslintrc{"extends": "mother"}Then install the config:npm i --save-dev eslint-config-mother