Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prklm10 committed Sep 25, 2023
1 parent 04ab408 commit bc07f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export const snapshotSchema = {
cliEnableJavaScript: { $ref: '/config/snapshot#/properties/cliEnableJavaScript' },
disableShadowDOM: { $ref: '/config/snapshot#/properties/disableShadowDOM' },
domTransformation: { $ref: '/config/snapshot#/properties/domTransformation' },
enableLayout: {$ref: '/config/snapshot#/properties/enableLayout'},
enableLayout: { $ref: '/config/snapshot#/properties/enableLayout' },
discovery: {
type: 'object',
additionalProperties: false,
Expand Down

0 comments on commit bc07f19

Please sign in to comment.