mirror of
https://github.com/appy-one/acebase-server.git
synced 2026-05-25 06:02:16 -06:00
[PR #63] [MERGED] Added ESLint #63
Labels
No labels
bug
enhancement
feature request
pull-request
types
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-server#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase-server/pull/63
Author: @appy-one
Created: 12/19/2022
Status: ✅ Merged
Merged: 12/19/2022
Merged by: @appy-one
Base:
master← Head:quality/eslint📝 Commits (1)
495f4c0Added ESLint📊 Changes
84 files changed (+856 additions, -815 deletions)
View changed files
➕
.eslintrc.json(+49 -0)📝
package.json(+5 -0)📝
src/auth.ts(+10 -10)📝
src/cluster.ts(+5 -5)📝
src/index.ts(+1 -1)📝
src/logger.ts(+3 -3)📝
src/middleware/404.ts(+2 -2)📝
src/middleware/admin-only.ts(+12 -12)📝
src/middleware/cache.ts(+2 -2)📝
src/middleware/connection.ts(+2 -2)📝
src/middleware/context.ts(+2 -2)📝
src/middleware/cors.ts(+8 -8)📝
src/middleware/swagger.ts(+3 -3)📝
src/middleware/user.ts(+5 -5)📝
src/oauth-providers/dropbox.ts(+57 -61)📝
src/oauth-providers/facebook.ts(+40 -44)📝
src/oauth-providers/google.ts(+39 -45)📝
src/oauth-providers/index.ts(+4 -4)📝
src/oauth-providers/instagram.ts(+32 -36)📝
src/oauth-providers/oauth-provider.ts(+9 -9)...and 64 more files
📄 Description
Added ESLint with the same configuration as other acebase repo's
Also refactored OAuth2 provider methods to use
async/awaitinstead ofPromises🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.