atproto icon indicating copy to clipboard operation
atproto copied to clipboard

Bump typescript-eslint to 8.x

Open trivikr opened this issue 3 months ago • 0 comments

Fixes: https://github.com/bluesky-social/atproto/issues/2997

This PR:

  • Updates typescript-eslint to 8.x, and TypeScript unsupported warning is no longer thrown
  • Removes/replaces deprecated @typescript-eslint/ban-types rule.
  • Turns off new rules which failed. These can be enabled in a separate PR if needed
    • @typescript-eslint/no-require-imports
    • @typescript-eslint/no-unused-expressions

trivikr avatar Nov 15 '24 00:11 trivikr