Skip to content

Commit

Permalink
Set default of ObjectLiteralExpression to 0
Browse files Browse the repository at this point in the history
This resolves #33, #34
  • Loading branch information
kisstkondoros committed Aug 23, 2017
1 parent f3d14a0 commit 1c2cb06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ They can be bound in the keybindings.json (File -> Preferences -> Keyboard Short
```

### Change Log
- 1.9.1
- Set default of ObjectLiteralExpression to 0
- 1.9.0
- Implement file exclusion by glob pattern
- 1.8.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@
"type": "string"
},
"codemetrics.nodeconfiguration.ObjectLiteralExpression": {
"default": 1,
"default": 0,
"type": "number"
},
"codemetrics.nodeconfiguration.ObjectLiteralExpressionDescription": {
Expand Down

0 comments on commit 1c2cb06

Please sign in to comment.