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