Fix linting issues in JSX files
- These files were missed in the previous MR due to a bad glob
- Globally disable
react/no-unused-prop-types
because its static analysis is quite poor and it causes lots of false positives
Edited by Tamlyn Rhodes
react/no-unused-prop-types
because its static analysis is quite poor and it causes lots of false positives