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

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

Update VSCode `files.eol` setting to modern format and include ESLint configuration name to avoid package-lock.json from being marked as changed.
parent a7a5ed43
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",
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment