We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cc8c6 commit 7ce7a43Copy full SHA for 7ce7a43
rules/no-incorrect-deep-equal.js
@@ -84,7 +84,7 @@ module.exports = {
84
docs: {
85
url: util.getDocsUrl(__filename)
86
},
87
- fixable: true,
+ fixable: 'code',
88
messages: {
89
[MESSAGE_ID]: 'Avoid using `{{callee}}` with literal primitives'
90
0 commit comments