Socket
Socket
Sign inDemoInstall

eslint-plugin-vitest

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-vitest - npm Package Compare versions

Comparing version 0.0.39 to 0.0.40

2

package.json
{
"name": "eslint-plugin-vitest",
"version": "0.0.39",
"version": "0.0.40",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Eslint plugin for vitest",

@@ -73,16 +73,19 @@ ## eslint-plugin-vitest

⚠️ Configurations set to warn in.\
🌐 Set in the `all` configuration.\
✅ Set in the `recommended` configuration.\
🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).
| Name                   | Description | 🔧 |
| :------------------------------------------------------------- | :----------------------------------------------------------------------- | :- |
| [consistent-test-it](docs/rules/consistent-test-it.md) | Prefer test or it but not both | 🔧 |
| [expect-expect](docs/rules/expect-expect.md) | Enforce having expectation in test body | |
| [max-nested-describe](docs/rules/max-nested-describe.md) | Nested describe block should be less than set max value or default value | |
| [no-conditional-tests](docs/rules/no-conditional-tests.md) | Disallow conditional tests | |
| [no-focused-tests](docs/rules/no-focused-tests.md) | Disallow focused tests | 🔧 |
| [no-hooks](docs/rules/no-hooks.md) | Disallow setup and teardown hooks | |
| [no-identical-title](docs/rules/no-identical-title.md) | Disallow identical titles | 🔧 |
| [no-skipped-tests](docs/rules/no-skipped-tests.md) | Disallow skipped tests | |
| [prefer-lowercase-title](docs/rules/prefer-lowercase-title.md) | Enforce lowercase titles | 🔧 |
| [prefer-to-be](docs/rules/prefer-to-be.md) | Suggest using toBe() | 🔧 |
| Name                   | Description | ⚠️ | 🔧 |
| :------------------------------------------------------------- | :----------------------------------------------------------------------- | :- | :- |
| [consistent-test-it](docs/rules/consistent-test-it.md) | Prefer test or it but not both | 🌐 | 🔧 |
| [expect-expect](docs/rules/expect-expect.md) | Enforce having expectation in test body | ✅ | |
| [max-nested-describe](docs/rules/max-nested-describe.md) | Nested describe block should be less than set max value or default value | 🌐 | |
| [no-conditional-tests](docs/rules/no-conditional-tests.md) | Disallow conditional tests | 🌐 | |
| [no-focused-tests](docs/rules/no-focused-tests.md) | Disallow focused tests | 🌐 | 🔧 |
| [no-hooks](docs/rules/no-hooks.md) | Disallow setup and teardown hooks | 🌐 | |
| [no-identical-title](docs/rules/no-identical-title.md) | Disallow identical titles | ✅ | 🔧 |
| [no-skipped-tests](docs/rules/no-skipped-tests.md) | Disallow skipped tests | 🌐 | |
| [prefer-lowercase-title](docs/rules/prefer-lowercase-title.md) | Enforce lowercase titles | 🌐 | 🔧 |
| [prefer-to-be](docs/rules/prefer-to-be.md) | Suggest using toBe() | ✅ | 🔧 |

@@ -89,0 +92,0 @@ <!-- end auto-generated rules list -->

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc