Skip to content
Snippets Groups Projects
Commit 60f8b30a 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 e88b4f28
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
}
],
"settings": {
"files.eol": "LF",
"files.eol": "\n",
"files.exclude": {
"**/node_modules": true
},
......
......@@ -19,6 +19,7 @@
}
},
"../eslint-config": {
"name": "@unlsoft/eslint-config",
"version": "3.0.0",
"dev": true,
"license": "UNLICENSED",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment