Skip to content

Commit

Permalink
fixup! Add 'module-type' option determining how README is linted
Browse files Browse the repository at this point in the history
Co-Authored-By: Avaq <[email protected]>
  • Loading branch information
davidchambers and Avaq authored Apr 4, 2019
1 parent f49f0f8 commit 5fe9c1b
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 @@ -95,7 +95,7 @@ Many variables have default values and are therefore optional.
| `comment-prefix` | `.` | The character which follows `//` to signify documentation to transcribe. |
| `opening-delimiter` | `` ```javascript `` | The opening delimiter of doctest blocks in the source files. |
| `closing-delimiter` | `` ``` `` | The closing delimiter of doctest blocks in the source files. |
| `module-type` | `commonjs` | The type of module doctest should use. One of `commonjs`, `amd`, or `esm`. |
| `module-type` | `commonjs` | The module system doctest should use (`amd`, `commonjs`, or `esm`). |
| `version-tag-prefix` | `v` | The prefix of annotated version tags (`version-tag-prefix =` for no prefix). |

### Custom scripts
Expand Down

0 comments on commit 5fe9c1b

Please sign in to comment.