Skip to content

Commit

Permalink
docs: add tip about options jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tjx666 committed Jan 19, 2024
1 parent 3994db9 commit 3758a7b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Configuration

view latest [source code](https://github.com/tjx666/unplugin-detect-duplicated-deps/blob/main/src/options.ts)
view latest [source code](https://github.com/tjx666/unplugin-detect-duplicated-deps/blob/main/src/options.ts).

::: tip
You can use the `jsdoc` to check option `description` and `default value`.
:::

````ts
export interface Options {
Expand Down

0 comments on commit 3758a7b

Please sign in to comment.