Skip to content

Commit 7132648

Browse files
author
Dohyung Ahn
committed
env: suppress eslint warning on playwright/no-force-option
1 parent b1ee6a7 commit 7132648

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ module.exports = {
110110
files: ['apps/calendar/playwright/**/*.ts'],
111111
extends: ['plugin:playwright/playwright-test'],
112112
rules: {
113+
'playwright/no-force-option': 'off',
113114
'max-nested-callbacks': ['error', { max: 5 }],
114115
'dot-notation': ['error', { allowKeywords: true }],
115116
},

0 commit comments

Comments
 (0)