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 Apr 25, 2023
1 parent ed74f7b commit d4abbfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/.eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ globals:
rules:
no-unused-vars: ["error", { "argsIgnorePattern": "^_", "destructuredArrayIgnorePattern": "^_" }]
react/jsx-filename-extension: [1, { "extensions": [".js", ".jsx"] }]

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

parserOptions:
Expand Down

0 comments on commit d4abbfd

Please sign in to comment.