Skip to content

Commit

Permalink
removing trailing comma in JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron committed Nov 20, 2018
1 parent f4613a9 commit 8f2e077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-notes/v1_7.md
Expand Up @@ -159,7 +159,7 @@ The `vscode-eslint` and `vscode-tslint` extensions now provide settings to autom
```json
{
"eslint.autoFixOnSave": true,
"tslint.autoFixOnSave": true,
"tslint.autoFixOnSave": true
}
```

Expand Down

0 comments on commit 8f2e077

Please sign in to comment.