Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add more eslint rules
Rūdolfs Ošiņš committed 3 years ago
commit 955ec7f24023fa116efd5f443982d2fde045d075
parent 053af7a25c6184bb58bfd0ebbfe348d3afe199a9
1 file changed +6 -0
modified .eslintrc.json
@@ -99,6 +99,12 @@
        }
      }
    ],
+
    "@typescript-eslint/member-ordering": [
+
      "error",
+
      { "default": ["field", "signature", "constructor", "method"] }
+
    ],
+

+
    "@typescript-eslint/no-invalid-void-type": ["error"],
    // Disallow Unused Variables.
    // https://eslint.org/docs/rules/no-unused-vars
    "@typescript-eslint/no-unused-vars": [