0.2.0 • Published 4 months ago

@linters/eslint-config-vitest v0.2.0

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

ESLint Config Vitest

eslint shareable config to help you identify and report on patterns found in your tests.

Plugins

This configuration uses the following plugins:

Install

$ yarn add @linters/eslint-config-vitest -D

Usage

The shareable config can be configured in the eslint configuration file:

Create a .eslintrc.js file with the following contents:

module.exports = {
  extends: ['@linters/eslint-config-vitest'],
}