Closed
Description
Suggestion
Trying yarn start
on main
locally:
[INFO] Starting the development server...
[ERROR] Error:
x Export assignment cannot be used when targeting ECMAScript modules. Consider using `export default` or another module format instead.
,-[/Users/josh/repos/typescript-eslint/packages/website/docusaurusConfig.ts:302:1]
302 | ],
303 | };
304 |
305 | export = config;
: ^^^^^^^^^^^^^^^^
`----
sigh
Guessing an automatic update of something broke running Docusaurus. Will have to bisect through the Git history to see when this happened...