From b08fef3230e7daaef60537f272da923a29296da5 Mon Sep 17 00:00:00 2001 From: splincode Date: Wed, 18 Dec 2024 12:30:27 +0300 Subject: [PATCH] fix(eslint-plugin-experience): enable playwright rules --- projects/eslint-plugin-experience/all.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/eslint-plugin-experience/all.js b/projects/eslint-plugin-experience/all.js index 7bc3ef7e..80fa1f21 100644 --- a/projects/eslint-plugin-experience/all.js +++ b/projects/eslint-plugin-experience/all.js @@ -846,6 +846,8 @@ module.exports = { type: 'alphabetical', }, ], + 'playwright/no-force-option': 'error', + 'playwright/no-skipped-test': 'error', 'prefer-template': 'error', 'prettier/prettier': [ 'error',