From 2384113120ba78667d12e939f05aeb0bc79aec88 Mon Sep 17 00:00:00 2001 From: zclzone Date: Wed, 10 Jul 2024 09:38:03 +0800 Subject: [PATCH] chore: update --- .editorconfig | 2 +- .npmrc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 9d08a1a..68cc827 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,6 @@ root = true charset = utf-8 indent_style = space indent_size = 2 -end_of_line = lf +end_of_line = unset insert_final_newline = true trim_trailing_whitespace = true diff --git a/.npmrc b/.npmrc index 5a74d6e..5cee373 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ registry=https://registry.npmmirror.com -shamefully-hoist=true \ No newline at end of file +shamefully-hoist=true +strict-peer-dependencies=false