Skip to content

Commit a8fd798

Browse files
committed
fix merge
1 parent 5442af5 commit a8fd798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default defineConfig({
3939
'es-spec-validator/request-must-have-urls': 'error',
4040
'es-spec-validator/no-variants-on-responses': 'error',
4141
'es-spec-validator/no-inline-unions': 'error',
42-
'es-spec-validator/prefer-tagged-variants': 'error'
42+
'es-spec-validator/prefer-tagged-variants': 'error',
4343
'es-spec-validator/jsdoc-endpoint-check': [
4444
'error',
4545
{

0 commit comments

Comments
 (0)