Skip to content

Commit 7d44dfb

Browse files
committed
fix merge
1 parent 0c9fc32 commit 7d44dfb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

specification/eslint.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ export default defineConfig({
9595
}
9696
}
9797
],
98-
'es-spec-validator/no-all-string-literal-unions': 'error'
99-
],
98+
'es-spec-validator/no-all-string-literal-unions': 'error',
10099
'es-spec-validator/jsdoc-endpoint-check': [
101100
'error',
102101
{

validator/eslint-plugin-es-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default {
4040
'no-variants-on-responses': noVariantsOnResponses,
4141
'no-inline-unions': noInlineUnions,
4242
'prefer-tagged-variants': preferTaggedVariants,
43-
'no-all-string-literal-unions': noAllStringLiteralUnions
43+
'no-all-string-literal-unions': noAllStringLiteralUnions,
4444
'no-duplicate-type-names': noDuplicateTypeNames,
4545
'jsdoc-endpoint-check': jsdocEndpointCheck
4646
}

0 commit comments

Comments
 (0)