Skip to content

Commit 0fca532

Browse files
committed
[Refactor] jsx-no-constructed-context-values: set schema:false
1 parent cd80550 commit 0fca532

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: {},
143+
schema: false,
144144
},
145145

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

0 commit comments

Comments
 (0)