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 544dbaa commit 97af70cCopy full SHA for 97af70c
validator/eslint-plugin-es-spec.js
@@ -39,7 +39,7 @@ export default {
39
'no-variants-on-responses': noVariantsOnResponses,
40
'no-inline-unions': noInlineUnions,
41
'prefer-tagged-variants': preferTaggedVariants,
42
- 'no-duplicate-type-names': noDuplicateTypeNames
+ 'no-duplicate-type-names': noDuplicateTypeNames,
43
'jsdoc-endpoint-check': jsdocEndpointCheck
44
}
45
0 commit comments