Fix lint errors

Various hooks either missing dependencies or with extra ones.

Two remaining errors are from the recapcta code where I can't
work out if the extra dependency is intentional or not.
This commit is contained in:
David Baker
2022-05-05 13:15:07 +01:00
parent dbef06269b
commit bf8f164f55
7 changed files with 47 additions and 37 deletions

View File

@@ -8,7 +8,7 @@
"build-storybook": "build-storybook",
"prettier:check": "prettier -c src",
"prettier:format": "prettier -w src",
"lint": "eslint --max-warnings 11 src"
"lint": "eslint --max-warnings 2 src"
},
"dependencies": {
"@juggle/resize-observer": "^3.3.1",