mirror of
https://github.com/gradle/actions.git
synced 2025-04-21 18:29:18 +08:00
This removes warnings/errors when running `./build` on a clean clone. ESLint migrated to using `eslint.config.[js]` files: https://eslint.org/docs/latest/use/configure/migration-guide. This PR runs the migration script and fixes warnings associated. This was likely missed in a dependabot upgrade. See PR comments for more details. --------- Co-authored-by: Daz DeBoer <daz@gradle.com>