Skip to content

Commit

Permalink
Add a note for react/prop-types
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed May 4, 2023
1 parent f80a98e commit 9d5db44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ globals:
rules:
react/jsx-filename-extension: [1, { "extensions": [".js", ".jsx"] }]
no-unused-vars: ["error", { "argsIgnorePattern": "^_", "destructuredArrayIgnorePattern": "^_" }]

# Remove this override once all props have been typed using PropTypes or TypeScript.
react/prop-types: off

parserOptions:
Expand Down

0 comments on commit 9d5db44

Please sign in to comment.