summaryrefslogtreecommitdiffstats
path: root/mobile/android/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/.eslintrc.js')
-rw-r--r--mobile/android/.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/android/.eslintrc.js b/mobile/android/.eslintrc.js
index 05a1def154..684f782f95 100644
--- a/mobile/android/.eslintrc.js
+++ b/mobile/android/.eslintrc.js
@@ -36,7 +36,7 @@ module.exports = {
"no-unused-vars": [
"error",
{
- args: "none",
+ argsIgnorePattern: "^_",
vars: "local",
varsIgnorePattern: "(debug|warn)",
},