Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Disallow Unused Variables
Rūdolfs Ošiņš committed 3 years ago
commit 074ea1526a129f41e4d81b97f57c88a35ba43b0f
parent 51808b13b4b00c3a1c417c826318be9b11613c7a
1 file changed +4 -1
modified .eslintrc.json
@@ -94,7 +94,10 @@
          "requireLast": false
        }
      }
-
    ]
+
    ],
+
    // Disallow Unused Variables.
+
    // https://eslint.org/docs/rules/no-unused-vars
+
    "@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }]
  },
  "settings": {
    "svelte3/typescript": true