From 805b8bce6854dfc517fc14104ea1df655b3e2255 Mon Sep 17 00:00:00 2001 From: "Brady J. Garvin" <bgarvin@cse.unl.edu> Date: Tue, 19 Sep 2023 10:14:52 -0500 Subject: [PATCH] Update VSCode `files.eol` setting to modern format and include ESLint configuration name to avoid package-lock.json from being marked as changed. --- graph-search-lab.code-workspace | 2 +- graph-search/package-lock.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/graph-search-lab.code-workspace b/graph-search-lab.code-workspace index 25b5c80..3ecdc26 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 e7d8b1b..ddea1d8 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", -- GitLab