Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Dec 30, 2024
1 parent 717d58b commit 206f046
Show file tree
Hide file tree
Showing 13 changed files with 4,888 additions and 1,212 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ test

.codeclimate.yml
.deepsource.toml
.eslintignore
.gitignore
.npmignore
.prettierignore
.prettierrc.json

eslint.config.*
prettier.config.*
tsconfig.json
7 changes: 0 additions & 7 deletions .prettierrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion eslint.config.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from 'eslint-config-cityssm'
export { default } from 'eslint-config-cityssm'
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type { ADWebAuthConfig } from './types.js'
export class AdWebAuthConnector {
readonly #config: ADWebAuthConfig

// eslint-disable-next-line @typescript-eslint/no-magic-numbers
readonly #maxRetries = 3

constructor(defaultConfig: ADWebAuthConfig) {
Expand Down
Loading

0 comments on commit 206f046

Please sign in to comment.