@vitest/eslint-plugin 1.1.37 → 1.1.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -55,7 +55,7 @@ Then configure the rules you want to use under the rules section.
55
55
  ```json
56
56
  {
57
57
  "rules": {
58
- "vitest/max-nested-describe": [
58
+ "@vitest/max-nested-describe": [
59
59
  "error",
60
60
  {
61
61
  "max": 3