Skip to content

Commit

Permalink
Move helpers to slasHelpers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-jung1 committed Sep 23, 2024
1 parent 5314b6b commit 871346e
Show file tree
Hide file tree
Showing 6 changed files with 293 additions and 323 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@
"rules": {
"@typescript-eslint/explicit-module-boundary-types": "error"
}
},
{
"files": ["./src/static/helpers/slasHelper.ts"],
"rules": {
"max-lines": "off"
}
}
],
"settings": {
Expand Down
1 change: 0 additions & 1 deletion src/static/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// Doing so may lead to circular dependencies or duplicate exports (due to rollup mangling the types)
export * from './environment';
export * from './slasHelper';
export * from './passwordlessHelper';
export * from './types';
export * from './customApi';
export * from './fetchHelper';
196 changes: 0 additions & 196 deletions src/static/helpers/passwordlessHelper.test.ts

This file was deleted.

126 changes: 0 additions & 126 deletions src/static/helpers/passwordlessHelper.ts

This file was deleted.

Loading

0 comments on commit 871346e

Please sign in to comment.