Skip to content

Commit

Permalink
feat(react): disable too strict jsx-no-literals rule (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Mar 12, 2019
1 parent 3ba9ae9 commit fd38ce8
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 @@ -18,7 +18,7 @@ module.exports = {
ignoreRefs: true,
},
],
"react/jsx-no-literals": ["error", { noStrings: true }],
"react/jsx-no-literals": "off",
"react/jsx-pascal-case": [
"error",
{
Expand Down

0 comments on commit fd38ce8

Please sign in to comment.