Skip to content

Commit cb47fb6

Browse files
committed
fix schema
1 parent 1bc67d4 commit cb47fb6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

eslint-rules/lib/rules/prop-value-shape-deprecation.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@ const MAP_SCHEMA = {
2929
},
3030
fix: {
3131
type: 'object',
32-
required: ['propName'],
33-
properties: {
34-
propName: {
35-
type: 'string'
36-
}
37-
}
32+
additionalProperties: true
3833
}
3934
}
4035
}

0 commit comments

Comments
 (0)