Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Suggestion
Tryingyarn start onmain 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...