Skip to content

Commit

Permalink
fix(eslint-plugin-experience): enable playwright rules
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Dec 18, 2024
1 parent f4962ef commit b08fef3
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 b08fef3

Please sign in to comment.