feat: add playwright e2e testing framework (#4468)
* feat: add playwright e2e testing framework
This commit is contained in:
@@ -134,6 +134,14 @@ const customConfig: Linter.Config[] = [
|
||||
'unicorn/prefer-module': 'off',
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['**/**/playwright.config.ts'],
|
||||
rules: {
|
||||
'n/prefer-global/buffer': 'off',
|
||||
'n/prefer-global/process': 'off',
|
||||
'no-console': 'off',
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['internal/**/**'],
|
||||
rules: {
|
||||
|
Reference in New Issue
Block a user