diff --git a/node.js b/node.js index 26623f7..b31c41f 100644 --- a/node.js +++ b/node.js @@ -6,6 +6,7 @@ const WARNING = 1; const ERROR = 2; const NO_UNUSED_VARS_OPTIONS = { + ignoreRestSiblings: true, argsIgnorePattern: '^_', caughtErrorsIgnorePattern: '^_', };