Skip to content

Commit

Permalink
chore: use string values in vs code settings (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdanialraza authored Dec 5, 2023
1 parent b4226bb commit 470fe18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"files.eol": "\n",
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.organizeImports": false,
"source.fixAll": true,
"source.fixAll.eslint": true
"source.organizeImports": "never",
"source.fixAll": "explicit",
"source.fixAll.eslint": "explicit"
},
"cSpell.enableFiletypes": ["mdx"]
}

1 comment on commit 470fe18

@vercel
Copy link

@vercel vercel bot commented on 470fe18 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.