module.exports = { extends: ['./react-lib'], env: { browser: true, es2024: true }, rules: { 'react-refresh/only-export-components': ['warn', { allowConstantExport: true }], }, };