Skip to content

Commit

Permalink
Add link to JSON schema in README
Browse files Browse the repository at this point in the history
  • Loading branch information
azz committed Jul 12, 2017
1 parent c1874c7 commit 4131893
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ conforms to a consistent style. (See this [blog post](http://jlongster.com/A-Pre
* [Configuration File](#configuration-file)
+ [Basic Configuration](#basic-configuration)
+ [Configuration Overrides](#configuration-overrides)
+ [Configuration Schema](#configuration-schema)
* [Editor Integration](#editor-integration)
+ [Atom](#atom)
+ [Emacs](#emacs)
Expand Down Expand Up @@ -696,6 +697,10 @@ To get prettier to format its own `.prettierrc` file, you can do:

For more information on how to use the CLI to locate a file, see the [CLI](#cli) section.

### Configuration Schema

If you'd like a JSON schema to validate your configuration, one is available here: http://json.schemastore.org/prettierrc.

## Editor Integration

### Atom
Expand Down

0 comments on commit 4131893

Please sign in to comment.