Skip to content

Commit

Permalink
chore: remove inappropriate console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
scagood committed May 5, 2024
1 parent 5914627 commit e91881c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/rule-tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ exports.RuleTester = function (config = {}) {

delete config.parserOptions
delete config.parser
console.error(config)

return new RuleTester(config)
}

0 comments on commit e91881c

Please sign in to comment.