Scan-o-Matic / scanomatic-standalone

GNU General Public License v3.0
0 stars 0 forks source link

Issue 6 upgrade eslint #130

Closed skymandr closed 2 years ago

skymandr commented 2 years ago

This upgrades eslint to the 7.x version (latest is 8.x, but that isn't compatible yet), which requires upgrading eslint-config-aribnb, which unfortunately unlocks a whole hell of lint errors. I have fixed many of them, but notably I have ignored react/jsx-props-no-spreading and react/destructuring-assignment, with more than 200 instances each. See #133 for details.

Part of #6 and resolves #67.