Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
adjust vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Zenhäusern committed Jan 9, 2018
1 parent 9812684 commit 7efbb68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
// for the documentation about the extensions.json format
"recommendations": [
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
"chenxsan.vscode-standardjs"
"dbaeumer.vscode-eslint"
]
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"editor.insertSpaces": true,
"files.trimTrailingWhitespace": true,
"javascript.validate.enable": false,
"standard.enable": true
"eslint.enable": true
}

0 comments on commit 7efbb68

Please sign in to comment.