forked from mosaicstack/stack
feat(web): Playwright E2E test suite for critical paths (#152)
Co-authored-by: Jason Woltje <[email protected]> Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
+7
-1
@@ -20,7 +20,13 @@ export default tseslint.config(
|
||||
languageOptions: {
|
||||
parser: tsParser,
|
||||
parserOptions: {
|
||||
projectService: true,
|
||||
projectService: {
|
||||
allowDefaultProject: [
|
||||
'apps/web/e2e/*.ts',
|
||||
'apps/web/e2e/helpers/*.ts',
|
||||
'apps/web/playwright.config.ts',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
rules: {
|
||||
|
||||
Reference in New Issue
Block a user