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.3 to 0.0.5

10

dist/index.d.ts

@@ -1,2 +0,8 @@

export * from '/Users/veritem/dev/eslint-plugin-vitest/src/index';
export { default } from '/Users/veritem/dev/eslint-plugin-vitest/src/index';
declare const _default: {
rules: {
'no-skip-test': any;
'lower-case-title': any;
};
};
export { _default as default };

6

package.json
{
"name": "eslint-plugin-vitest",
"version": "0.0.3",
"version": "0.0.5",
"license": "MIT",

@@ -13,3 +13,3 @@ "description": "Eslint plugin for vitest",

],
"author": ".",
"author": "Verite Mugabo Makuza <https://veritem.me/>",
"main": "./dist/index.cjs",

@@ -59,3 +59,3 @@ "module": "./dist/index.mjs",

},
"readme": "## eslint-plugin-vitest\n\n![npm](https://img.shields.io/npm/v/eslint-plugin-vitest)\n\nEslint plugin for vitest\n\n### Installation\n\nYou'll first need to install [ESLint](https://eslint.org/):\n\n```sh\nnpm i eslint --save-dev\n```\n\nNext, install `eslint-plugin-vitest`:\n\n```sh\nnpm install eslint-plugin-vitest --save-dev\n```\n\n### Usage\n\nAdd `vitest` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n \"plugins\": [\"vitest\"]\n}\n```\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n \"rules\": {\n \"vitest/no-skipped-tests\": 2\n }\n}\n```\n\n### Supported Rules\n\n- No Skipped tests \n\n\n### Licence \n\n[MIT](https://github.com/veritem/eslint-plugin-vitest/blob/main/LICENSE) Licence &copy; 2022 - present [veritem](https://github.com/veritem)\n"
"readme": "## eslint-plugin-vitest\n\n![npm](https://img.shields.io/npm/v/eslint-plugin-vitest)\n\nEslint plugin for vitest\n\n### Installation\n\nYou'll first need to install [ESLint](https://eslint.org/):\n\n```sh\nnpm i eslint --save-dev\n```\n\nNext, install `eslint-plugin-vitest`:\n\n```sh\nnpm install eslint-plugin-vitest --save-dev\n```\n\n### Usage\n\nAdd `vitest` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n \"plugins\": [\"vitest\"]\n}\n```\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n \"rules\": {\n \"vitest/no-skipped-tests\": 2\n }\n}\n```\n\n### Supported Rules\n\n- No Skipped tests \n- Lower case title\n\n\n### Licence \n\n[MIT](https://github.com/veritem/eslint-plugin-vitest/blob/main/LICENSE) Licence &copy; 2022 - present [veritem](https://github.com/veritem)\n"
}

@@ -44,2 +44,3 @@ ## eslint-plugin-vitest

- No Skipped tests
- Lower case title

@@ -46,0 +47,0 @@

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