0.1.1 • Published 2 years ago

eslint-plugin-uvu v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eslint-plugin-uvu

test version code style: prettier license

ESLint plugin for uvu.

Installation

This package is available on the NPM registry. Install eslint-plugin-uvu using your favortite package manager.

Usage

Enable the plugin in the plugins section, and configure rules according to your preference.

{
  "plugins": ["uvu"],
  "rules": {
    "uvu/prefer-is-for-primitives": "error"
  }
}

Rules

Rule IDDescriptionRecommendedFixable
uvu/no-identical-titlesEnforce each test case to have a unique title.
uvu/prefer-is-for-primitivesPrefer is to equal for assertions against primitive literals.

License

This package is distributed under the MIT License. See LICENSE.md for details.