Skip to content

Commit

Permalink
feat: turn off react/jsx-no-constructed-context-values (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
lytovka committed May 11, 2023
1 parent 12b4e2c commit 1c5b09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module.exports = {
"react/jsx-max-props-per-line": "off", // prettier takes care of this
"react/jsx-newline": "off",
"react/jsx-no-bind": "off",
"react/jsx-no-constructed-context-values": "warn",
"react/jsx-no-constructed-context-values": "off",
"react/jsx-no-leaked-render": ["error", { validStrategies: ["ternary"] }],
"react/jsx-no-literals": "off",
"react/jsx-no-script-url": "error",
Expand Down

0 comments on commit 1c5b09e

Please sign in to comment.