Skip to content

Commit

Permalink
feat(eslint-plugin-experience): run playwright plugin for `*.pw.spec.…
Browse files Browse the repository at this point in the history
…ts` pattern
  • Loading branch information
splincode committed Nov 5, 2024
1 parent 76472a9 commit 7179443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ module.exports = {
},
},
{
files: ['**/*playwright*/*.spec.ts'],
files: ['**/*.pw.spec.ts'],
parser: '@typescript-eslint/parser',
extends: ['plugin:playwright/recommended'],
rules: {
Expand Down

0 comments on commit 7179443

Please sign in to comment.