We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d75e6 commit 9837eadCopy full SHA for 9837ead
lib/rules/forward-ref-uses-ref.js
@@ -75,7 +75,7 @@ module.exports = {
75
return [].concat(
76
shouldAddParentheses ? fixer.insertTextBefore(param, '(') : [],
77
fixer.insertTextAfter(param, `, ref${shouldAddParentheses ? ')' : ''}`),
78
- };
+ );
79
},
80
}
81
),
0 commit comments