diff --git a/divide-and-conquer-in-class.code-workspace b/divide-and-conquer-in-class.code-workspace index 25b5c80c6ba30c8f39ebab285433f8c2c9d9bec1..3ecdc2673c3300851c7244a772ed70bebeea76b2 100644 --- a/divide-and-conquer-in-class.code-workspace +++ b/divide-and-conquer-in-class.code-workspace @@ -5,7 +5,7 @@ } ], "settings": { - "files.eol": "LF", + "files.eol": "\n", "files.exclude": { "**/node_modules": true }, diff --git a/divide-and-conquer/package-lock.json b/divide-and-conquer/package-lock.json index f44258037d8f3575ff66e3a758174d38405fd2fe..b8eb5a75ef8a3a92252fb29a1afbcc0ad5fd8d3b 100644 --- a/divide-and-conquer/package-lock.json +++ b/divide-and-conquer/package-lock.json @@ -41,6 +41,7 @@ } }, "../eslint-config": { + "name": "@unlsoft/eslint-config", "version": "3.0.0", "dev": true, "license": "UNLICENSED",