Skip to content

Commit

Permalink
Removed e2e folder from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Mar 8, 2024
1 parent 7f2164f commit 5c01317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test
name: Test Compatibility with ESM

on:
# run it on push to the default repository branch
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig.shared.json",
"include": ["./packages/**/*.ts", "./docs/**/*.ts", "./tsup.config.ts"],
"exclude": ["node_modules", "tmp"],
"exclude": ["node_modules", "tmp", "e2e"],
"files": [],
"compilerOptions": {
"noEmit": true /* Do not emit outputs. */
Expand Down

0 comments on commit 5c01317

Please sign in to comment.