From 09177a022afcacee8e80d616e48aefb603497592 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Tue, 5 Dec 2023 18:58:11 +0800 Subject: [PATCH] v1.88.2 - prettier use lf line endings --- HISTORY.md | 4 ++++ package.json | 2 +- source/runtime.js | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index c515168..39b13c6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## v1.88.2 2023 December 5 + +- configure prettier to use lf line endings, to prevent complications on Windows + ## v1.88.1 2023 December 4 - error on unknown configuration properties diff --git a/package.json b/package.json index 527a461..e8b629b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "boundation", - "version": "1.88.1", + "version": "1.88.2", "description": "Automatic scaffolding and upgrading of your JavaScript ecosystem projects using Bevry's best practices", "homepage": "https://github.com/bevry/boundation", "license": "Artistic-2.0", diff --git a/source/runtime.js b/source/runtime.js index 4a8dad1..221b6c1 100644 --- a/source/runtime.js +++ b/source/runtime.js @@ -534,6 +534,7 @@ export async function updateRuntime(state) { semi: false, singleQuote: true, trailingComma: answers.keywords.has('es5') ? 'es5' : 'all', + endOfLine: 'lf', } state.scripts['our:verify:eslint'] = [ 'eslint',