Skip to content

Commit

Permalink
Change code block to js to allow for comments in json block
Browse files Browse the repository at this point in the history
  • Loading branch information
mhegazy authored Mar 24, 2017
1 parent 354cec6 commit 4003398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ If a package was never on DefinitelyTyped, it does not need to be added to `notN
To lint a package, just add a `tslint.json` to that package containing `{ "extends": "../tslint.json" }`. All new packages must be linted.
If a `tslint.json` turns rules off, this is because that hasn't been fixed yet. For example:

```json
```js
{
"extends": "../tslint.json",
"rules": {
Expand Down

0 comments on commit 4003398

Please sign in to comment.