Skip to content

Commit b871c7f

Browse files
committed
workflow check
1 parent 528461a commit b871c7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ jobs:
118118
},
119119
plugins: {
120120
"@typescript-eslint": tsPlugin,
121-
"import": require("eslint-plugin-import"),
122121
},
123122
rules: {
124123
"no-unused-vars": "warn",
@@ -128,7 +127,7 @@ jobs:
128127
"@typescript-eslint/no-explicit-any": "off",
129128
"no-constant-condition": "off",
130129
"no-constant-binary-expression": "off",
131-
"import/no-unresolved": 'error',
130+
"import/no-unresolved": 'off',
132131
}
133132
}
134133
];

api/src/services/contentful.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import customLogger from "../utils/custom-logger.utils.js";
1616

1717

1818

19+
1920
const {
2021
DATA,
2122
// DIR

0 commit comments

Comments
 (0)