Skip to content

Commit

Permalink
chore: temporarily disable "react/prop-types"
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuoushub committed Jan 18, 2022
1 parent 0b732fd commit 891f7fa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/forms/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/**
* FIXME:
* Until an upstream dependency issue in "eslint-plugin-react" is resolved,
* disabling eslint rule "react/prop-types" is the recommended approach
* to resolve false positives in eslint.
*
* see:
* - https://github.com/yannickcr/eslint-plugin-react/issues/3140
* - https://github.com/redwoodjs/redwood/pull/3762
*/
/* eslint-disable react/prop-types */
/**
* @module @redwoodjs/forms
*
Expand Down

0 comments on commit 891f7fa

Please sign in to comment.