We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfde33e commit 3defe11Copy full SHA for 3defe11
validator/eslint-plugin-es-spec.js
@@ -41,9 +41,9 @@ export default {
41
'no-variants-on-responses': noVariantsOnResponses,
42
'no-inline-unions': noInlineUnions,
43
'prefer-tagged-variants': preferTaggedVariants,
44
- 'no-all-string-literal-unions': noAllStringLiteralUnions,
45
'no-duplicate-type-names': noDuplicateTypeNames,
46
- 'jsdoc-endpoint-check': jsdocEndpointCheck
+ 'no-all-string-literal-unions': noAllStringLiteralUnions,
+ 'jsdoc-endpoint-check': jsdocEndpointCheck,
47
'codegen-exclude-on-request-only': codegenExcludeOnRequestOnly
48
}
49
0 commit comments