Skip to content

Commit 1e61979

Browse files
committed
Add links to options in readme
1 parent 0fd823e commit 1e61979

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

readme.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default {
4141

4242
There are some useful options:
4343

44-
**targets**
44+
#### targets
4545

4646
A string or an array of patterns of files and folders to be deleted. Default is `[]`.
4747

@@ -55,7 +55,7 @@ del({
5555
})
5656
```
5757

58-
**verbose**
58+
#### verbose
5959

6060
Outputs removed files and folders to console. Default is `false`.
6161

@@ -68,7 +68,7 @@ del({
6868

6969
> Note: use \* (wildcard character) to show removed files
7070
71-
**hook**
71+
#### hook
7272

7373
[Rollup hook](https://rollupjs.org/guide/en/#hooks) the plugin should use. Default is `buildStart`.
7474

@@ -79,7 +79,7 @@ del({
7979
})
8080
```
8181

82-
**runOnce**
82+
#### runOnce
8383

8484
Type: `boolean` | Default: `false`
8585

@@ -94,7 +94,7 @@ del({
9494

9595
### Del package options
9696

97-
**dryRun**
97+
#### dryRun
9898

9999
Shows what would be deleted without actual delete. Default is `false`.
100100

@@ -105,7 +105,7 @@ del({
105105
})
106106
```
107107

108-
**force**
108+
#### force
109109

110110
Allows deleting current working directory and outside. Default is `false`.
111111

@@ -116,7 +116,7 @@ del({
116116
})
117117
```
118118

119-
**concurrency**
119+
#### concurrency
120120

121121
Concurrency limit. Default is `Infinity`.
122122

0 commit comments

Comments
 (0)