javascript
javascript copied to clipboard
[eslint config] [base] record semver-major default export changes in no-restricted-exports
Records breaking configuration changes to permit export { default } from style exports as of eslint 8.33.0.
Flags are as suggested by @ljharb in https://github.com/eslint/eslint/issues/15617#issuecomment-1048278897
See https://github.com/airbnb/javascript/issues/2500 for more context.