Eslint Config (React) Eslint config for React. Example module.exports = { root: true, extends: [ ... "@alexseitsinger/eslint-config-react", ... ], }