Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add a few more lints
Alexis Sellier committed 4 years ago
commit b165ee95875d8336a5ead0512ce058a5437b4518
parent 9acbc0d85fc3935c0c779754c7585d2257fc5675
1 file changed +2 -0
modified .eslintrc.json
@@ -29,6 +29,8 @@
    "semi": "off",
    "curly": ["error", "multi-line", "consistent"],
    "keyword-spacing": ["error"],
+
    "no-implicit-globals": ["error"],
+
    "no-restricted-globals": ["error", "name", "event", "frames", "history", "length", "content", "origin", "status"],
    "no-trailing-spaces": ["error"],
    "no-multi-spaces": ["error"],
    "no-multiple-empty-lines": ["error"],