Skip to content

Commit 67d305c

Browse files
committed
refactor: fixable option to null
1 parent 6a3f264 commit 67d305c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/prefer-expect-query-by.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = {
7676
},
7777
schema: [],
7878
type: 'suggestion',
79-
fixable: 'code',
79+
fixable: null,
8080
},
8181

8282
create: context => ({

0 commit comments

Comments
 (0)