Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Allow explicit type annotations for additional clarity
Rūdolfs Ošiņš committed 3 years ago
commit ffabc3091c3eb84fa7206f7be1a791d158666f91
parent 94329d612ff6d5b2e33c340366c1c70ca8f5355c
1 file changed +3 -1
modified .eslintrc.json
@@ -111,7 +111,9 @@
    // https://eslint.org/docs/rules/no-var
    "no-var": "error",
    // Require `===` and `!==` comparisons.
-
    "eqeqeq": "error"
+
    "eqeqeq": "error",
+
    // Allow explict type annotations for additional clarity.
+
    "@typescript-eslint/no-inferrable-types": "off"
  },
  "settings": {
    "svelte3/typescript": true