Skip to content

Commit ea36f37

Browse files
authored
fix schema of jsx-no-constructed-context-values.js
1 parent a944aa5 commit ea36f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/jsx-no-constructed-context-values.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ module.exports = {
140140
url: docsUrl('jsx-no-constructed-context-values'),
141141
},
142142
messages,
143-
schema: false,
143+
schema: [],
144144
},
145145

146146
// eslint-disable-next-line arrow-body-style

0 commit comments

Comments
 (0)