Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
EliLichtblau committed Apr 4, 2024
1 parent 5fae389 commit 4e7f1d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vite-plugin-checker/src/checkers/typescript/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ const createDiagnostic: CreateDiagnostic<'typescript'> = (pluginConfig) => {
if (typeof pluginConfig.typescript === 'object' && pluginConfig.typescript.buildMode) {
const host = ts.createSolutionBuilderWithWatchHost(
ts.sys,
/* eslint-disable */
(
rootNames: readonly string[] | undefined,
options: ts.CompilerOptions | undefined,
Expand All @@ -132,6 +133,7 @@ const createDiagnostic: CreateDiagnostic<'typescript'> = (pluginConfig) => {
projectReferences
)
},
/* eslint-enable */
reportDiagnostic,
undefined,
reportWatchStatusChanged
Expand Down

0 comments on commit 4e7f1d3

Please sign in to comment.