Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Sep 13, 2022
1 parent 7ba5e3f commit 22d6ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"editor.formatOnSave": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": false
"source.fixAll.eslint": true
},
"eslint.options": {
"extensions": [".js", ".json", ".md", ".mdx", ".ts", ".tsx"]
Expand Down

0 comments on commit 22d6ad9

Please sign in to comment.