Skip to content

Commit

Permalink
Disable rule
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 committed Mar 21, 2024
1 parent b4cd511 commit dcded02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = {
"arrow-body-style": ["warn"],
"eol-last": ["warn"],
"no-unreachable": ["warn"],
"react/prop-types": "off",
"react/jsx-filename-extension": [1, { extensions: [".js", ".jsx", ".tsx", ".ts"] }],
"react/jsx-props-no-spreading": "off",
"react/react-in-jsx-scope": "off",
Expand Down

0 comments on commit dcded02

Please sign in to comment.