module.exports = { extends: ['react-app', 'react-app/jest'], rules: { 'testing-library/no-debugging-utils': 'warn' } };