]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .eslintrc.json
Translated using Weblate (Galician)
[github/Chocobozzz/PeerTube.git] / .eslintrc.json
index fa6fb1b6f2ea02e03af32c01c37b284486f0d500..042254c95aca67a6a98b23bfad954568591f9e75 100644 (file)
@@ -88,6 +88,7 @@
     "@typescript-eslint/no-namespace": "off",
     "@typescript-eslint/no-empty-interface": "off",
     "@typescript-eslint/no-extraneous-class": "off",
+    "@typescript-eslint/no-use-before-define": "off",
     // bugged but useful
     "@typescript-eslint/restrict-plus-operands": "off"
   },