diff --git a/greedy-algorithms-in-class.code-workspace b/greedy-algorithms-in-class.code-workspace index 25b5c80c6ba30c8f39ebab285433f8c2c9d9bec1..3ecdc2673c3300851c7244a772ed70bebeea76b2 100644 --- a/greedy-algorithms-in-class.code-workspace +++ b/greedy-algorithms-in-class.code-workspace @@ -5,7 +5,7 @@ } ], "settings": { - "files.eol": "LF", + "files.eol": "\n", "files.exclude": { "**/node_modules": true }, diff --git a/greedy-algorithms/package-lock.json b/greedy-algorithms/package-lock.json index ad18191e14450d17b01696820221bda7eef94d4e..86a033ee1f49171c7daadbe87d31c512e9053f5c 100644 --- a/greedy-algorithms/package-lock.json +++ b/greedy-algorithms/package-lock.json @@ -41,6 +41,7 @@ } }, "../eslint-config": { + "name": "@unlsoft/eslint-config", "version": "3.0.0", "dev": true, "license": "UNLICENSED", diff --git a/greedy-algorithms/src/index.css b/greedy-algorithms/src/index.css index c2712394dafbd879557000a3fd0f62b1ed596df0..b5859fb26f804bf5048dc689201189567f8d733e 100644 --- a/greedy-algorithms/src/index.css +++ b/greedy-algorithms/src/index.css @@ -33,7 +33,6 @@ body { min-height: var(--minimum-app-size); width: 100%; height: 100%; - max-width: 62.5vh; background: var(--app-background-color); overflow-x: hidden; overflow-y: scroll;