Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/eslint-config-react/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ module.exports = {
'newlines-between': 'never',
},
],
// We allow named and default export
'import/prefer-default-export': 'off',
// This allows us to reenable ForOfStatement.
// While this has been disabled in airbnb configuration it's native to the browsers we support
// so the original argument about weight is no up to date https://github.com/airbnb/javascript/issues/1271
Expand Down