Skip to content

Commit

Permalink
typo (#426)
Browse files Browse the repository at this point in the history
* docs(readme.md): update readme

* chore(pkgs): update pkgs

* x
  • Loading branch information
veritem committed Apr 13, 2024
1 parent f8f39f0 commit 5ec4809
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 @@ -33,7 +33,7 @@ export default [
vitest
},
rules: {
...vitest.configs.recommended.rules, // you can also use vitest.configs.recommended.all to enable all rules
...vitest.configs.recommended.rules, // you can also use vitest.configs.all.rules to enable all rules
"vitest/max-nested-describe": ["error", { "max": 3 }] // you can also modify rules' behavior using option like this
},
},
Expand Down

0 comments on commit 5ec4809

Please sign in to comment.