From 3c21e76417f32edd95f03877b783c1c4e20efa84 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Tue, 28 Nov 2023 12:40:40 -0500 Subject: [PATCH 1/2] Enforce line-ending style --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index af30937..6ba5456 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ +* text=auto eol=lf + dist/** -diff linguist-generated=true From 5944fd1669ba8bbde1f6b49902dd2fb4cb7aa007 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Wed, 29 Nov 2023 14:19:39 -0800 Subject: [PATCH 2/2] Remove unused js-yaml dev dependency --- package-lock.json | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2411c23..1e92d9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,6 @@ "eslint-plugin-jsonc": "^2.10.0", "eslint-plugin-prettier": "^5.0.1", "jest": "^29.7.0", - "js-yaml": "^4.1.0", "make-coverage-badge": "^1.2.0", "prettier": "^3.1.0", "prettier-eslint": "^16.1.2", diff --git a/package.json b/package.json index 78aad5c..5e73940 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,6 @@ "eslint-plugin-jsonc": "^2.10.0", "eslint-plugin-prettier": "^5.0.1", "jest": "^29.7.0", - "js-yaml": "^4.1.0", "make-coverage-badge": "^1.2.0", "prettier": "^3.1.0", "prettier-eslint": "^16.1.2",