-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add script to upgrade to ESLint v9 #58
base: main
Are you sure you want to change the base?
Conversation
Currently the update script fails after executing the before-install stage, when the upgrade tries to eslint files. I think we have to upgrade eslint to v9 in this repo as well, before this can work. |
So maybe we should merge this only before releasing Comet 8 stable? |
}); | ||
deleteOldEslintRc({ workingDirectory: "api/" }); | ||
} | ||
if (existsSync("site/package.json")) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are projects that have multiple sites (e.g., sites/site-a, sites/site-b). Should we change this script to check for all package.json files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can try to do this.
adds an update script that: