Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Nov 30, 2023
1 parent faeafa3 commit 9086eb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions scripts/lint.mts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ await lintScript(async () => {
// - "--log-level=warn" makes it only output errors.
$`prettier --log-level=warn --check .`,

// Type-check the code using the TypeScript compiler.
$`tsc --noEmit`,

// Use ESLint to lint the TypeScript.
// - "--max-warnings 0" makes warnings fail, since we set all ESLint errors to warnings.
$`eslint --max-warnings 0 .`,
Expand Down
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,4 @@
"./**/*.tsx",
"./**/.*.tsx",
],

"exclude": ["scripts"],
}

0 comments on commit 9086eb9

Please sign in to comment.