Skip to content

Commit

Permalink
make vscode config for standard respect package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Nov 24, 2017
1 parent 01e7624 commit ce4acd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"standard.enable": true
}
"standard.enable": true,
"standard.usePackageJson": true
}

0 comments on commit ce4acd0

Please sign in to comment.