Skip to content

Fix linting issues in JSX files

Tamlyn Rhodes requested to merge fix-jsx-linting into master
  • 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

Merge request reports