diff --git a/ts.json b/ts.json index 27e34c0..090c854 100644 --- a/ts.json +++ b/ts.json @@ -18,7 +18,11 @@ "parser": "@typescript-eslint/parser", "rules": { "@typescript-eslint/no-unused-vars": ["error", { - "args": "after-used" + "args": "after-used", + "argsIgnorePattern": "^_", + "caughtErrorsIgnorePattern": "^_", + "varsIgnorePattern": "^_", + "destructuredArrayIgnorePattern": "^_" }], "@typescript-eslint/interface-name-prefix": 0, "@typescript-eslint/no-empty-interface": 0,