Skip to content

Commit

Permalink
missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
Rec0iL99 committed Nov 7, 2023
1 parent f112803 commit 1b1dea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-console.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ module.exports = {
* foo().
* @param {ASTNode} node The MemberExpression node to check.
* @returns {boolean} `true` if ASI will break after removing the MemberExpression
* node
* node.
*/
function maybeAsiHazard(node) {
const OPT_OUT_PATTERN = /^[-[(/+`]/u; // One of [(/+-`
Expand Down

0 comments on commit 1b1dea5

Please sign in to comment.