Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Sep 1, 2024
1 parent 9c30f0d commit 71dcf99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ npm i -D unplugin-unused

```ts
Unused({
enable: true,
include: ['src/**/*'],
ignore: ['**.d.ts'],
include: [/\.([cm]?[jt]sx?|vue)$/],
exclude: [/node_modules/],
level: 'warning', // or 'error'
})
```

Expand Down

0 comments on commit 71dcf99

Please sign in to comment.