Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
add standardjs setting for vscode
Browse files Browse the repository at this point in the history
this makes syntax highlight when standard finds a lint error
if you have the extension installed
  • Loading branch information
cezaraugusto committed Sep 14, 2017
1 parent 5d4251c commit b0d7fc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"standard.enable": true
}

0 comments on commit b0d7fc0

Please sign in to comment.