1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Migrate to ESLint 9 with flat config (#57110)

This commit is contained in:
Kevin Heis
2025-08-18 15:39:23 -07:00
committed by GitHub
parent 71436fa5db
commit bb58717a48
15 changed files with 1539 additions and 867 deletions

View File

@@ -358,7 +358,6 @@ const semverRange = {
format: 'semver',
// This is JSON pointer syntax with ajv so we can specify the bad version
// in the error message.
// eslint-disable-next-line no-template-curly-in-string
errorMessage: 'Must be a valid SemVer range: ${0}',
}