chore: Internal request filtering

This commit is contained in:
Tom Moor
2022-07-05 11:06:47 +02:00
parent 4e189b8970
commit c6fdffba77
8 changed files with 38 additions and 7 deletions

View File

@@ -1,6 +1,10 @@
{
"extends": [
"../.eslintrc"
"../.eslintrc",
"plugin:react-hooks/recommended",
],
"plugins": [
"eslint-plugin-react-hooks",
],
"env": {
"jest": true,