Skip to content

Commit

Permalink
feat(react): disable jsx-boolean-value rule (#362)
Browse files Browse the repository at this point in the history
Because this rule is about stylistic issues.
  • Loading branch information
ybiquitous authored Mar 10, 2019
1 parent b0a1fde commit 144d554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/plugins/react-jsx.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
extends: ["prettier/react"],

rules: {
"react/jsx-boolean-value": "error",
"react/jsx-boolean-value": "off",
"react/jsx-curly-brace-presence": "error",
"react/jsx-filename-extension": ["error", { extensions: [".js", ".jsx"] }],
"react/jsx-fragments": ["error", "syntax"],
Expand Down

0 comments on commit 144d554

Please sign in to comment.