Skip to content

Commit

Permalink
Add PR link
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Dec 15, 2023
1 parent c276707 commit ba5895f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"])',
Expand Down

0 comments on commit ba5895f

Please sign in to comment.