summaryrefslogtreecommitdiffstats
path: root/toolkit/components/reader/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/reader/.eslintrc.js')
-rw-r--r--toolkit/components/reader/.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/components/reader/.eslintrc.js b/toolkit/components/reader/.eslintrc.js
index 4df95dd5f8..bf83f31ab1 100644
--- a/toolkit/components/reader/.eslintrc.js
+++ b/toolkit/components/reader/.eslintrc.js
@@ -8,6 +8,6 @@ module.exports = {
rules: {
"no-inner-declarations": "error",
"no-shadow": "error",
- "no-unused-vars": ["error", { vars: "all", args: "none" }],
+ "no-unused-vars": ["error", { vars: "all", argsIgnorePattern: "^_" }],
},
};