Skip to content

Commit c8d5a7c

Browse files
committed
refactor(sandbox): refactor auth ms basic example
refactor auth ms basic example g
1 parent f4e9690 commit c8d5a7c

File tree

82 files changed

+484
-249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+484
-249
lines changed

sandbox/auth-basic-login-signup-example/Dockerfile

Lines changed: 0 additions & 88 deletions
This file was deleted.

sandbox/auth-basic-login-signup-example/src/providers/index.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

sandbox/auth-basic-login-signup-example/.eslintignore renamed to sandbox/auth-ms-basic-example/.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules/
22
dist/
33
coverage/
44
.eslintrc.js
5-
mochawesome-report
5+
mochawesome-report
6+
migrations/

sandbox/auth-basic-login-signup-example/.eslintrc.js renamed to sandbox/auth-ms-basic-example/.eslintrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ module.exports = {
44
'no-extra-boolean-cast': 'off',
55
'@typescript-eslint/interface-name-prefix': 'off',
66
'no-prototype-builtins': 'off',
7-
'no-await-in-loop': 'error'
7+
'no-await-in-loop': 'error',
88
},
99
parserOptions: {
1010
project: './tsconfig.json',
1111
tsconfigRootDir: __dirname,
1212
},
13-
};
13+
};

0 commit comments

Comments
 (0)