Skip to content

Commit eb4f4de

Browse files
authored
fix: remove unnecessary schema from require-render-return
1 parent e835aaf commit eb4f4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/require-render-return.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
recommended: true,
2222
url: docsUrl('require-render-return')
2323
},
24-
schema: [{}]
24+
schema: []
2525
},
2626

2727
create: Components.detect((context, components, utils) => {

0 commit comments

Comments
 (0)