From 60f8b30af5a4b03c2d04e8d16e3023df070a0cc7 Mon Sep 17 00:00:00 2001 From: "Brady J. Garvin" <bgarvin@cse.unl.edu> Date: Tue, 17 Oct 2023 19:42:16 -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. --- divide-and-conquer-lab.code-workspace | 2 +- divide-and-conquer/package-lock.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/divide-and-conquer-lab.code-workspace b/divide-and-conquer-lab.code-workspace index 25b5c80..3ecdc26 100644 --- a/divide-and-conquer-lab.code-workspace +++ b/divide-and-conquer-lab.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 cdc813e..75fbc45 100644 --- a/divide-and-conquer/package-lock.json +++ b/divide-and-conquer/package-lock.json @@ -19,6 +19,7 @@ } }, "../eslint-config": { + "name": "@unlsoft/eslint-config", "version": "3.0.0", "dev": true, "license": "UNLICENSED", -- GitLab