Skip to content

Commit

Permalink
Update lockfile & settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bielwenass committed Aug 19, 2024
1 parent 83059a0 commit bf75878
Show file tree
Hide file tree
Showing 3 changed files with 1,432 additions and 1,184 deletions.
12 changes: 1 addition & 11 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
{
// ESLint: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint

// ESLint handles JS/TS
"eslint.validate": [
"javascript",
"typescript",
],

// LF line endings
"files.eol": "\n",

// Lint on save
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.eslint": "explicit"
},

"[typescript]": {
"editor.defaultFormatter": "vscode.typescript",
}
}
Loading

0 comments on commit bf75878

Please sign in to comment.