File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Name | ✔️ | 🛠 | Description
70
70
[ prefer-checked] ( https://github.com/testing-library/eslint-plugin-jest-dom/blob/master/docs/rules/prefer-checked.md ) | ✔️ | 🛠 | prefer toBeChecked over checking attributes
71
71
[ prefer-enabled-disabled] ( https://github.com/testing-library/eslint-plugin-jest-dom/blob/master/docs/rules/prefer-enabled-disabled.md ) | ✔️ | 🛠 | prefer toBeDisabled or toBeEnabled over checking attributes
72
72
[ prefer-required] ( https://github.com/testing-library/eslint-plugin-jest-dom/blob/master/docs/rules/prefer-required.md ) | ✔️ | 🛠 | prefer toBeRequired over checking properties
73
- [ prefer-to-have-attribute] ( https://github.com/testing-library/eslint-plugin-jest-dom/blob/master/docs/rules/prefer-to-have-attribute.md ) | | 🛠 | prefer toHaveAttribute over checking getAttribute/hasAttribute
73
+ [ prefer-to-have-attribute] ( https://github.com/testing-library/eslint-plugin-jest-dom/blob/master/docs/rules/prefer-to-have-attribute.md ) | ✔️ | 🛠 | prefer toHaveAttribute over checking getAttribute/hasAttribute
74
74
<!-- __END AUTOGENERATED TABLE__ -->
75
75
76
76
## Contributors ✨
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module.exports = {
13
13
docs : {
14
14
description :
15
15
'prefer toHaveAttribute over checking getAttribute/hasAttribute ' ,
16
- recommended : false ,
16
+ recommended : true ,
17
17
} ,
18
18
fixable : 'code' ,
19
19
} ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Object {
43
43
" meta" : Object {
44
44
" docs" : Object {
45
45
" description" : " prefer toHaveAttribute over checking getAttribute/hasAttribute " ,
46
- " recommended" : false ,
46
+ " recommended" : true ,
47
47
},
48
48
" fixable" : " code" ,
49
49
},
You can’t perform that action at this time.
0 commit comments