-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuebugSomething isn't workingSomething isn't workingrepo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docs
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...
Metadata
Metadata
Assignees
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuebugSomething isn't workingSomething isn't workingrepo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docs