diff --git a/eslint.config.mjs b/eslint.config.mjs index 250eb972..d62b0357 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -115,7 +115,7 @@ export default configure({ "yaml/sort-sequence-values": [ "error", { - pathPattern: ".*", + pathPattern: "^(?!.*x-enum-varnames).*", order: [ { order: { diff --git a/openapi/components/schemas/AgeVerificationStatus.yaml b/openapi/components/schemas/AgeVerificationStatus.yaml index 57e64fc7..18f7e9a0 100644 --- a/openapi/components/schemas/AgeVerificationStatus.yaml +++ b/openapi/components/schemas/AgeVerificationStatus.yaml @@ -9,6 +9,6 @@ enum: - hidden - verified x-enum-varnames: - - hidden - plus18 + - hidden - verified