Skip to content

Commit

Permalink
chore: add playwright config to eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed May 8, 2024
1 parent 346fb9a commit 76dd067
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/core/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
playwright-ct.config.ts
playwright.config.ts
2 changes: 1 addition & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@utils/test": ["src/tests/utils/test"]
}
},
"include": ["src", "playwright-ct.config.ts", "playwright.config.ts"],
"include": ["src"],
"exclude": ["node_modules"]
}
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://turborepo.org/schema.json",
"globalDotEnv": [".env"],
"globalEnv": ["CI"],
"pipeline": {
"build": {
"dependsOn": ["^build"],
Expand Down

0 comments on commit 76dd067

Please sign in to comment.