Skip to content

Commit 3defe11

Browse files
committed
fix merge
1 parent dfde33e commit 3defe11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

validator/eslint-plugin-es-spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ export default {
4141
'no-variants-on-responses': noVariantsOnResponses,
4242
'no-inline-unions': noInlineUnions,
4343
'prefer-tagged-variants': preferTaggedVariants,
44-
'no-all-string-literal-unions': noAllStringLiteralUnions,
4544
'no-duplicate-type-names': noDuplicateTypeNames,
46-
'jsdoc-endpoint-check': jsdocEndpointCheck
45+
'no-all-string-literal-unions': noAllStringLiteralUnions,
46+
'jsdoc-endpoint-check': jsdocEndpointCheck,
4747
'codegen-exclude-on-request-only': codegenExcludeOnRequestOnly
4848
}
4949
}

0 commit comments

Comments
 (0)