Skip to content

Commit

Permalink
chore(check): reenable linting for website
Browse files Browse the repository at this point in the history
  • Loading branch information
justmoon committed Sep 16, 2024
1 parent 8f33399 commit 43ce1e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/meta-incremental-check/src/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ export function runTypeScriptCompiler(projectPath: string) {
return
}

if (packageName === "@dassie/app-website") {
// Linting for the website is temporarily disabled
return
}

packagesToBeLinted.push({
packagePath,
packageName,
Expand Down

0 comments on commit 43ce1e0

Please sign in to comment.