Skip to content

Commit

Permalink
Merge pull request #758 from akv-platform/remove-implicit-dependencies
Browse files Browse the repository at this point in the history
Remove implicit dependencies
  • Loading branch information
marko-zivic-93 committed May 26, 2023
2 parents a9893b0 + 10efafc commit 869f4dd
Show file tree
Hide file tree
Showing 6 changed files with 1,552 additions and 1,381 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.js
Expand Up @@ -7,7 +7,7 @@ module.exports = {
'eslint-config-prettier'
],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint', 'eslint-plugin-jest'],
plugins: ['@typescript-eslint', 'eslint-plugin-node', 'eslint-plugin-jest'],
rules: {
'@typescript-eslint/no-require-imports': 'error',
'@typescript-eslint/no-non-null-assertion': 'off',
Expand All @@ -28,7 +28,8 @@ module.exports = {
}
],
'no-control-regex': 'off',
'no-constant-condition': ['error', {checkLoops: false}]
'no-constant-condition': ['error', {checkLoops: false}],
'node/no-extraneous-import': 'error'
},
overrides: [
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versions.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
[
'20-v8-canary',
'20.0.0-v8-canary',
'20.0.0-v8-canary20221103f7e2421e91'
'20.0.0-v8-canary20221101e50e45c9f8'
]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 869f4dd

Please sign in to comment.