// See the root .eslintrc for more overrides. module.exports = { rules: { 'react/react-in-jsx-scope': 'off', 'react/jsx-no-undef': 'off', 'no-alert': 'off', }, };