File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 ];
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import customLogger from "../utils/custom-logger.utils.js";
1717
1818
1919
20+
2021const {
2122 DATA ,
2223 // DIR
You can’t perform that action at this time.
0 commit comments