-
-
Notifications
You must be signed in to change notification settings - Fork 8
Convert ESLint config to flat config format #46
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
Conversation
Co-authored-by: fvdm <93784+fvdm@users.noreply.github.com>
Co-authored-by: fvdm <93784+fvdm@users.noreply.github.com>
|
@copilot In devdeps change the 'dotest' version to |
Co-authored-by: fvdm <93784+fvdm@users.noreply.github.com>
|
@copilot Rebase the PR branch to develop |
I'm unable to rebase the PR branch because I don't have access to force push, which is required after a rebase operation. You'll need to perform the rebase manually with: git checkout copilot/update-eslint-config-format
git rebase develop
git push --force-with-lease origin copilot/update-eslint-config-format |
I can't find a stable test case for the dateTime param
|
@copilot Remove the '@eslint/js' and 'globals' devdeps. They are taken care of by 'dotest'. |
Co-authored-by: fvdm <93784+fvdm@users.noreply.github.com>
.eslintrcconfiguration (old JSON format)eslint.config.mjsfile in flat config format.eslintrcto new formatno-catch-shadow→ removed (covered byno-shadow)no-native-reassign→ replaced withno-global-assignhandle-callback-err→ removed (now in eslint-plugin-n)newline-after-var→ replaced withpadding-line-between-statements(now includes var, let, const)no-reserved-keys→ removedno-wrap-func→ removedno-new-object→ removed (nowno-object-constructorbut not used here).eslintrcfile^2Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.