Skip to content

Commit

Permalink
fix: exclude analytics from checks (#4230)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterckx committed Nov 7, 2024
1 parent 6081486 commit 654f3de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
**/out/*
**/.next/*

build
build

/analytics
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# general
README.md
/CHANGELOG.md
/analytics

# testing
coverage
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
]
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules", "./files"]
"exclude": ["node_modules", "./files", "./analytics"]
}

0 comments on commit 654f3de

Please sign in to comment.