We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e7353 commit 394b847Copy full SHA for 394b847
.eslintrc
@@ -71,12 +71,6 @@
71
"@typescript-eslint/no-explicit-any": "off",
72
"@typescript-eslint/no-unused-vars": "off"
73
}
74
- },
75
- {
76
- "files": ["src/api/*", "src/api/**/*"],
77
- "rules": {
78
- "import/no-nodejs-modules": "off"
79
- }
80
81
]
82
.github/workflows/deploy-dev.yml
@@ -9,7 +9,6 @@ on:
9
10
jobs:
11
test-unit:
12
- if: github.event.pull_request.draft == false
13
runs-on: ubuntu-latest
14
name: Run Unit Tests
15
steps:
0 commit comments