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.34 to 0.0.35

11

dist/index.d.ts

@@ -12,5 +12,16 @@ declare const _default: {

"prefer-to-be": any;
"no-hooks": any;
};
configs: {
all: {
plugins: string[];
rules: any;
};
recommended: {
plugins: string[];
rules: any;
};
};
};
export { _default as default };

2

package.json
{
"name": "eslint-plugin-vitest",
"version": "0.0.34",
"version": "0.0.35",
"license": "MIT",

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

@@ -47,2 +47,24 @@ ## eslint-plugin-vitest

#### Recommended
To use the recommended configuration, extend it in your `.eslintrc` file:
```json
{
"extends": ["plugin:vitest/recommended"]
}
```
#### all
To use the all configuration, extend it in your `.eslintrc` file:
```json
{
"extends": ["plugin:vitest/all"]
}
```
### Rules

@@ -61,2 +83,3 @@

| [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 | 🔧 |

@@ -63,0 +86,0 @@ | [no-skipped-tests](docs/rules/no-skipped-tests.md) | Disallow skipped tests | |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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