Skip to content

Commit

Permalink
chore: 🎨 format code
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed May 20, 2023
1 parent 548a895 commit 964f184
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
@@ -1,9 +1,9 @@
{
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnSave": false,
"eslint.experimental.useFlatConfig": true,
"eslint.validate": ["javascript", "json", "jsonc", "json5", "toml", "yaml"]
"eslint.validate": ["javascript", "json", "jsonc", "json5", "toml", "yaml"],
"prettier.enable": false
}

0 comments on commit 964f184

Please sign in to comment.