Skip to content

Commit

Permalink
Refactored codebase (#18)
Browse files Browse the repository at this point in the history
* .

* .

* .

* .

* .

* .

* .
  • Loading branch information
gardusig authored Oct 29, 2024
1 parent 8f87e17 commit fb4e314
Show file tree
Hide file tree
Showing 53 changed files with 1,816 additions and 1,347 deletions.
2 changes: 1 addition & 1 deletion app/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
node: true,
jest: true,
},
ignorePatterns: [".eslintrc.js"],
ignorePatterns: [".eslintrc.js", "dist/**/*", "node_modules/**/*"],
rules: {
"@typescript-eslint/interface-name-prefix": "off",
"@typescript-eslint/explicit-function-return-type": "off",
Expand Down
184 changes: 0 additions & 184 deletions app/e2e/api/abstract/client.ts

This file was deleted.

184 changes: 0 additions & 184 deletions app/e2e/api/abstract/test_case.ts

This file was deleted.

Loading

0 comments on commit fb4e314

Please sign in to comment.