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

Commit

Permalink
Update README list of possible values for extends (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane authored and adidahiya committed Mar 7, 2017
1 parent 531c576 commit b78df5a
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit b78df5a

Please sign in to comment.