Skip to content

Commit

Permalink
docs: Add docs about require-compound-type-alias to readme (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnevyk authored and gajus committed Oct 26, 2018
1 parent 6585121 commit dc56531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .README/README.md
Expand Up @@ -164,6 +164,7 @@ When `true`, only checks files with a [`@flow` annotation](http://flowtype.org/d
{"gitdown": "include", "file": "./rules/no-unused-expressions.md"}
{"gitdown": "include", "file": "./rules/no-weak-types.md"}
{"gitdown": "include", "file": "./rules/object-type-delimiter.md"}
{"gitdown": "include", "file": "./rules/require-compound-type-alias.md"}
{"gitdown": "include", "file": "./rules/require-exact-type.md"}
{"gitdown": "include", "file": "./rules/require-parameter-type.md"}
{"gitdown": "include", "file": "./rules/require-return-type.md"}
Expand Down
2 changes: 1 addition & 1 deletion .README/rules/require-compound-type-alias.md
Expand Up @@ -11,4 +11,4 @@ The rule has a string option:

The default value is `"always"`.

<!-- assertions require-compound-type-alias -->
<!-- assertions requireCompoundTypeAlias -->

0 comments on commit dc56531

Please sign in to comment.