Skip to content

Commit

Permalink
Fix fixable flag of rules/no-incorrect-deep-equal
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Sep 18, 2021
1 parent 64cc8c6 commit 7ce7a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/no-incorrect-deep-equal.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module.exports = {
docs: {
url: util.getDocsUrl(__filename)
},
fixable: true,
fixable: 'code',
messages: {
[MESSAGE_ID]: 'Avoid using `{{callee}}` with literal primitives'
},
Expand Down

0 comments on commit 7ce7a43

Please sign in to comment.