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 528461a commit b871c7fCopy full SHA for b871c7f
.github/workflows/repo-sync.yml
@@ -118,7 +118,6 @@ jobs:
118
},
119
plugins: {
120
"@typescript-eslint": tsPlugin,
121
- "import": require("eslint-plugin-import"),
122
123
rules: {
124
"no-unused-vars": "warn",
@@ -128,7 +127,7 @@ jobs:
128
127
"@typescript-eslint/no-explicit-any": "off",
129
"no-constant-condition": "off",
130
"no-constant-binary-expression": "off",
131
- "import/no-unresolved": 'error',
+ "import/no-unresolved": 'off',
132
}
133
134
];
api/src/services/contentful.service.ts
@@ -16,6 +16,7 @@ import customLogger from "../utils/custom-logger.utils.js";
16
17
18
19
+
20
const {
21
DATA,
22
// DIR
0 commit comments