]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .eslintrc.json
Fix password for root in dev mode
[github/Chocobozzz/PeerTube.git] / .eslintrc.json
index dd3821398021703a3e9a576c6f561ed012ca849a..c2dd2fc446c9c7483d6b26af20dc40af2e711c4b 100644 (file)
@@ -43,7 +43,9 @@
       2,
       {
         "SwitchCase": 1,
-        "MemberExpression": "off"
+        "MemberExpression": "off",
+        // https://github.com/eslint/eslint/issues/15299
+        "ignoredNodes": ["PropertyDefinition"]
       }
     ],
     "@typescript-eslint/consistent-type-assertions": [