Skip to content

Commit

Permalink
fix(eslint-plugin-experience): enable playwright rules (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Dec 18, 2024
1 parent 5909c8a commit e1adbb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,8 @@ module.exports = {
type: 'alphabetical',
},
],
'playwright/no-force-option': 'error',
'playwright/no-skipped-test': 'error',
'prefer-template': 'error',
'prettier/prettier': [
'error',
Expand Down

0 comments on commit e1adbb2

Please sign in to comment.