Skip to content

Commit

Permalink
Merge pull request #32 from yubinTW/update-authenticationErrorHandler
Browse files Browse the repository at this point in the history
Update authentication error handler
  • Loading branch information
yubinTW authored Aug 16, 2023
2 parents ad663f2 + a3fff65 commit 93cbd54
Show file tree
Hide file tree
Showing 7 changed files with 2,346 additions and 469 deletions.
22 changes: 22 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"env": {
"node": true,
"es2021": true
},
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
"overrides": [
{
"files": ["*.ts"],
"rules": {
"@typescript-eslint/no-empty-function": "off"
}
}
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": ["@typescript-eslint", "simple-import-sort"],
"rules": { "simple-import-sort/imports": "error", "simple-import-sort/exports": "error" }
}
Loading

0 comments on commit 93cbd54

Please sign in to comment.