accounts-js / accounts

Fullstack authentication and accounts-management for Javascript.
https://www.accountsjs.com/
MIT License
1.5k stars 141 forks source link

chore: upgrade eslint and fix lint #1159

Closed pradel closed 3 years ago

changeset-bot[bot] commented 3 years ago

⚠️ No Changeset found

Latest commit: 5e2cd76565b8dca3d44646267f598d4246e1ff56

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

codecov[bot] commented 3 years ago

Codecov Report

Merging #1159 (5e2cd76) into master (2205664) will increase coverage by 0.00%. The diff coverage is 97.45%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1159   +/-   ##
=======================================
  Coverage   95.39%   95.39%           
=======================================
  Files         106      106           
  Lines        2344     2347    +3     
  Branches      458      435   -23     
=======================================
+ Hits         2236     2239    +3     
  Misses        105      105           
  Partials        3        3           
Impacted Files Coverage Δ
packages/magic-link/src/accounts-magic-link.ts 93.02% <ø> (ø)
packages/password/src/accounts-password.ts 91.46% <ø> (ø)
...graphql-api/src/modules/accounts-password/index.ts 76.47% <42.85%> (ø)
packages/graphql-api/src/utils/context-builder.ts 90.47% <89.47%> (ø)
packages/graphql-api/src/modules/core/index.ts 100.00% <100.00%> (ø)
...es/graphql-api/src/utils/authenticated-resolver.ts 100.00% <100.00%> (ø)
packages/password/src/utils/is-email.ts 100.00% <100.00%> (ø)
packages/rest-express/src/endpoints/impersonate.ts 100.00% <100.00%> (ø)
packages/rest-express/src/endpoints/logout.ts 100.00% <100.00%> (ø)
...c/endpoints/magic-link/request-magic-link-email.ts 100.00% <100.00%> (ø)
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2703f3e...5e2cd76. Read the comment docs.