TBD54566975 / dwn-sdk-js

Decentralized Web Node (DWN) Reference implementation
https://identity.foundation/decentralized-web-node/spec/
Apache License 2.0
324 stars 95 forks source link

Upgraded to ESLint v9 #737

Closed thehenrytsai closed 3 months ago

thehenrytsai commented 3 months ago
  1. .eslintrc.cjs is no longer supported, moving to eslint.confg.cjs with the new "flat config system".
  2. -ext is no longer supported in CLI
  3. .eslintignore is no longer supported
  4. @typescript-eslint/eslint-plugin is not yet updated to depend on v9 of eslint, thus overriding.
codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.59%. Comparing base (3d1cf4b) to head (8a9f728).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #737 +/- ## ======================================= Coverage 98.59% 98.59% ======================================= Files 71 71 Lines 10563 10563 Branches 1542 1542 ======================================= Hits 10415 10415 Misses 142 142 Partials 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.