Skip to content

Commit

Permalink
⬆️ Upgrade to eslint 9.x and @typescript-eslint 8.x (#471)
Browse files Browse the repository at this point in the history
- Migrated to flat-config
- Moved tests from __tests__ to src folder so that they will be compiled
as well
- Lint tests now as well (and fix their linting)
  • Loading branch information
WtfJoke authored Dec 11, 2024
2 parents e43b66a + a5f933b commit a40055b
Show file tree
Hide file tree
Showing 17 changed files with 572 additions and 1,036 deletions.
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

58 changes: 0 additions & 58 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ typings/
Thumbs.db

# Ignore built ts files
__tests__/runner/*
src/runner/*
lib/**/*
14 changes: 0 additions & 14 deletions __tests__/main.test.ts

This file was deleted.

Loading

0 comments on commit a40055b

Please sign in to comment.