From ba5895f68d571deff25363d99b61b451b1e0e9f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Fri, 15 Dec 2023 15:17:18 +0100 Subject: [PATCH] Add PR link --- node/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/.eslintrc.js b/node/.eslintrc.js index b2a474a009..1832d63b4c 100644 --- a/node/.eslintrc.js +++ b/node/.eslintrc.js @@ -48,7 +48,7 @@ const eslintConfig = // Unfortunatelly `curly` does not apply to blocks in `switch` cases so // this is needed. // NOTE: We disable this rule since it's producing false positives: - // link + // https://github.com/versatica/mediasoup/pull/1268 // 'no-restricted-syntax' : [ 2, // { // 'selector' : 'SwitchCase:has(*.consequent[type!="BlockStatement"])',