Skip to content
Snippets Groups Projects
Commit 24135f15 authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Update VSCode `files.eol` setting to modern format, include ESLint...

Update VSCode `files.eol` setting to modern format, include ESLint configuration name to avoid package-lock.json from being marked as changed, and remove letterboxing to better show images.
parent e1bc9908
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
} }
], ],
"settings": { "settings": {
"files.eol": "LF", "files.eol": "\n",
"files.exclude": { "files.exclude": {
"**/node_modules": true "**/node_modules": true
}, },
......
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
} }
}, },
"../eslint-config": { "../eslint-config": {
"name": "@unlsoft/eslint-config",
"version": "3.0.0", "version": "3.0.0",
"dev": true, "dev": true,
"license": "UNLICENSED", "license": "UNLICENSED",
...@@ -33,7 +33,6 @@ body { ...@@ -33,7 +33,6 @@ body {
min-height: var(--minimum-app-size); min-height: var(--minimum-app-size);
width: 100%; width: 100%;
height: 100%; height: 100%;
max-width: 62.5vh;
background: var(--app-background-color); background: var(--app-background-color);
overflow-x: hidden; overflow-x: hidden;
overflow-y: scroll; overflow-y: scroll;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment