Skip to content

Commit

Permalink
Remove broken link to sample.json (palantir#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkillian authored Jun 20, 2016
1 parent f6e7038 commit 53fbb13
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 @@ -64,7 +64,7 @@ Please ensure that the TypeScript source files compile correctly _before_ runnin

TSLint is configured via a file named `tslint.json`. This file is loaded from the current path, or the user's home directory, in that order.

The configuration file specifies which rules are enabled and their options. A sample configuration file with all options is available [here](https://github.com/palantir/tslint/blob/master/docs/sample.tslint.json). These configurations may _extend_ other ones via the `"extends"` field in `tslint.json`.
The configuration file specifies which rules are enabled and their options. These configurations may _extend_ other ones via the `"extends"` field in `tslint.json`.

```js
{
Expand Down

0 comments on commit 53fbb13

Please sign in to comment.