diff --git a/picture-gallery-server/.eslintrc.json b/picture-gallery-server/.eslintrc.json index 49ce21e..3e059d3 100644 --- a/picture-gallery-server/.eslintrc.json +++ b/picture-gallery-server/.eslintrc.json @@ -24,7 +24,13 @@ "tsx": "never" } ], - "import/prefer-default-export": "off" + "import/prefer-default-export": "off", + "no-unused-vars": [ + "error", + { + "argsIgnorePattern": "^_" + } + ] }, "settings": { "import/resolver": {