Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Update description of possible values of extends #2316

Merged
merged 1 commit into from
Mar 7, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@ The configuration file specifies which rules are enabled and their options. Thes
/*
* Possible values:
* - the name of a built-in config
* - the name of an NPM module which has a "main" file that exports a config object
* - a relative path to a JSON file
* - a string that can be resolved as a module that exports the config object, e.g.:
* - an npm package name
* - an npm package name followed by the path to a file inside
* - a relative path to a JSON file
*/
"extends": "tslint:latest",
"rules": {
Expand Down