eslint cleanup

This commit is contained in:
Matt Walsh
2022-05-03 15:21:05 -05:00
parent 93450932b4
commit 16541dc21a
2 changed files with 6 additions and 2 deletions

View File

@@ -28,6 +28,12 @@ module.exports = {
variables: false,
},
],
'no-param-reassign': [
'error',
{
props: false,
},
],
'no-mixed-operators': [
'error',
{