From 4459ee3cd4efd51bf6ca7724ba98aea0f8538e6f Mon Sep 17 00:00:00 2001 From: "Brady J. Garvin" <bgarvin@cse.unl.edu> Date: Thu, 14 Sep 2023 10:06:01 -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. --- simplifier.code-workspace | 2 +- simplifier/package-lock.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/simplifier.code-workspace b/simplifier.code-workspace index 25b5c80..3ecdc26 100644 --- a/simplifier.code-workspace +++ b/simplifier.code-workspace @@ -5,7 +5,7 @@ } ], "settings": { - "files.eol": "LF", + "files.eol": "\n", "files.exclude": { "**/node_modules": true }, diff --git a/simplifier/package-lock.json b/simplifier/package-lock.json index 92d5a25..ee79398 100644 --- a/simplifier/package-lock.json +++ b/simplifier/package-lock.json @@ -40,6 +40,7 @@ } }, "../eslint-config": { + "name": "@unlsoft/eslint-config", "version": "3.0.0", "dev": true, "license": "UNLICENSED", -- GitLab