eslint-config Usage Extend your Eslint config // .eslintrc.js module.exports = { extends: [ "@samtgarson/eslint-config", "@samtgarson/eslint-config/typescript", "@samtgarson/eslint-config/react" ] }