File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments