chore: add extra playwright rules
This commit is contained in:
parent
cdbbdacb7d
commit
94e4f8648b
17 changed files with 34 additions and 32 deletions
|
@ -1125,9 +1125,11 @@ export default [{
|
|||
allowConditional: true,
|
||||
},
|
||||
],
|
||||
'playwright/no-useless-await': [2],
|
||||
|
||||
'playwright/prefer-comparison-matcher': [2],
|
||||
'playwright/prefer-equality-matcher': [2],
|
||||
'playwright/prefer-native-locators': [2],
|
||||
'playwright/prefer-to-contain': [2],
|
||||
'playwright/prefer-to-have-length': [2],
|
||||
'playwright/require-to-throw-message': [2],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue