Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mad-gooze committed Sep 24, 2021
1 parent 410b86d commit 4d345a6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/cspell/src/util/cache/DummyCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ export class DummyCache implements CSpellLintResultCache {
getCachedLintResults() {
return Promise.resolve(undefined);
}
setCachedLintResults() {}
reconcile() {}
setCachedLintResults() {
return;
}
reconcile() {
return;
}
}

0 comments on commit 4d345a6

Please sign in to comment.