File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ jobs:
100100 # echo "Installing ESLint dependencies..."
101101 npm install --save-dev eslint @eslint/js globals @typescript-eslint/eslint-plugin @typescript-eslint/parser
102102
103-
104103 if [ ! -f "eslint.config.cjs" ]; then
105104 echo "Creating default ESLint config..."
106105 cat <<EOL > eslint.config.cjs
@@ -128,6 +127,7 @@ jobs:
128127 "@typescript-eslint/no-explicit-any": "off",
129128 "no-constant-condition": "off",
130129 "no-constant-binary-expression": "off",
130+ "import/no-unresolved": 'error',
131131 }
132132 }
133133 ];
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import jsonRTE from "./contentful/jsonRTE.js";
1414import { getAllLocales , getLogMessage } from "../utils/index.js" ;
1515import customLogger from "../utils/custom-logger.utils.js" ;
1616
17+
1718const {
1819 DATA ,
1920 // DIR
You can’t perform that action at this time.
0 commit comments