Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Apr 5, 2024
1 parent d9d01d3 commit 26f224a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,14 @@ const plugin = {

Object.assign(plugin.configs, {
recommended: {
plugins: ['vitest'],
rules: createConfig(recommended)
}
})

Object.assign(plugin.configs, {
all: {
plugins: ['vitest'],
rules: createConfig(allRules)
}
})
Expand Down

0 comments on commit 26f224a

Please sign in to comment.