You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2025. It is now read-only.
'import/order': ['warn', {alphabetize: {order: 'asc'}}], // group and then alphabetize lines - https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/order.md
'no-duplicate-imports': 'error',
quotes: ['error', 'single', {avoidEscape: true}], // single quote unless using interpolation
'react/jsx-uses-react': 'off',
'react/no-unstable-nested-components': ['warn', {allowAsProps: true}], // allow function props that return components