Skip to content

Commit

Permalink
fix: upgrade to eslint 9 and fix deprecated rules
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsorensenf5 committed Nov 15, 2024
1 parent 4151f5b commit 86a9433
Show file tree
Hide file tree
Showing 7 changed files with 6,159 additions and 3,720 deletions.
36 changes: 19 additions & 17 deletions example-project/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions example-project/src/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ if (c) {
console.log('BLARG');
}
}

async function main() {

}

main();
Loading

0 comments on commit 86a9433

Please sign in to comment.