Skip to content

Commit 7e9c82b

Browse files
committed
workflow check
1 parent b871c7f commit 7e9c82b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/repo-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
git gc --prune=now # Garbage collect and prune unreachable objects
9999
100100
# echo "Installing ESLint dependencies..."
101-
npm install --save-dev eslint @eslint/js globals @typescript-eslint/eslint-plugin @typescript-eslint/parser
101+
npm install --save-dev eslint eslint-plugin-import @eslint/js globals @typescript-eslint/eslint-plugin @typescript-eslint/parser
102102
103103
if [ ! -f "eslint.config.cjs" ]; then
104104
echo "Creating default ESLint config..."
@@ -127,7 +127,7 @@ jobs:
127127
"@typescript-eslint/no-explicit-any": "off",
128128
"no-constant-condition": "off",
129129
"no-constant-binary-expression": "off",
130-
"import/no-unresolved": 'off',
130+
"import/no-unresolved": 'error',
131131
}
132132
}
133133
];

api/src/services/contentful.service.ts

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

1818

1919

20+
2021
const {
2122
DATA,
2223
// DIR

0 commit comments

Comments
 (0)