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