Skip to content

Commit

Permalink
🔧 Fix eslint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 committed Mar 7, 2021
1 parent 972dd09 commit 4229794
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"deno.enable": false
}
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": ["javascript"]
}

0 comments on commit 4229794

Please sign in to comment.