diff --git a/graph-search-lab.code-workspace b/graph-search-lab.code-workspace index 25b5c80c6ba30c8f39ebab285433f8c2c9d9bec1..3ecdc2673c3300851c7244a772ed70bebeea76b2 100644 --- a/graph-search-lab.code-workspace +++ b/graph-search-lab.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 e7d8b1b5c036d11f0c73b0e6f798ec4fb6d4d58c..ddea1d877831c904d249455acc33e5cb5ba8281e 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",