Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersn committed Oct 9, 2023
1 parent 669100b commit 6c3f181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dtslint/src/checks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export function checkTsconfig(options: CompilerOptionsRaw): string[] {
case "paths":
// TODO: write validation rules for paths property (based on old version's checks?)
// - all the remaps we have now look like `"jquery/*": ["../jquery/index.d.ts"]`, where jquery is in package.json's deps
break;
case "lib":
case "noImplicitAny":
case "noImplicitThis":
Expand Down

0 comments on commit 6c3f181

Please sign in to comment.