Skip to content

Commit 394b847

Browse files
author
Tarash Agarwal
committed
Merge Updates
1 parent 45e7353 commit 394b847

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.eslintrc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@
7171
"@typescript-eslint/no-explicit-any": "off",
7272
"@typescript-eslint/no-unused-vars": "off"
7373
}
74-
},
75-
{
76-
"files": ["src/api/*", "src/api/**/*"],
77-
"rules": {
78-
"import/no-nodejs-modules": "off"
79-
}
8074
}
8175
]
8276
}

.github/workflows/deploy-dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99

1010
jobs:
1111
test-unit:
12-
if: github.event.pull_request.draft == false
1312
runs-on: ubuntu-latest
1413
name: Run Unit Tests
1514
steps:

0 commit comments

Comments
 (0)