Skip to content

Commit

Permalink
chore: update editor lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
orionmiz committed Jan 18, 2024
1 parent 43153c7 commit e27cfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"typescript.enablePromptUseWorkspaceTsdk": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": true,
"eslint.validate": [
Expand Down

1 comment on commit e27cfd4

@vercel
Copy link

@vercel vercel bot commented on e27cfd4 Jan 18, 2024

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.