mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-15 06:48:08 -05:00
This was recently added to eslint-plugin-export. It enforces that modules that only have a single export use a default export instead of a named export. Since this is a breaking change and we want to cluster breaking changes, I marked it as 0 for now with a TODO to enable when that time comes.