Skip to content

Commit

Permalink
fix: remove loc parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Oct 31, 2022
1 parent ff14329 commit 5943523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rules/no-empty-static-block.js
Expand Up @@ -45,7 +45,6 @@ module.exports = {
if (node.body.length === 0 && innerComments.length === 0) {
context.report({
node,
loc: node.loc,
messageId: "unexpected"
});
}
Expand Down

0 comments on commit 5943523

Please sign in to comment.