Skip to content

Commit

Permalink
[Refactor] jsx-no-constructed-context-values: set schema: false
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic authored and ljharb committed May 20, 2024
1 parent 6c4b6fb commit 3533e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/jsx-no-constructed-context-values.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ module.exports = {
url: docsUrl('jsx-no-constructed-context-values'),
},
messages,
schema: {},
schema: false,
},

// eslint-disable-next-line arrow-body-style
Expand Down

0 comments on commit 3533e26

Please sign in to comment.