Skip to content

Commit

Permalink
Add a note for react/prop-types
Browse files Browse the repository at this point in the history
Parallels the rule configuration in Auspice: <nextstrain/auspice@9d5db44>
  • Loading branch information
victorlin committed Jan 10, 2024
1 parent e17c5dc commit f817111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static-site/.eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ignorePatterns:
- public/

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

parserOptions:
sourceType: module
Expand Down

0 comments on commit f817111

Please sign in to comment.