eslint-plugin-xunit

1.2.1 • Public • Published

eslint-plugin-xunit

Eslint plugin for xunit tests

npm GitHub tag (latest by date) GitHub license

Build StatusDependency Status devDependency Status

Known Vulnerabilities

NPM NPM

This plugin ensures good usage of the xunit framework

Install it

Globally

npm install --global eslint-plugin-xunit

In your project

npm install --save --save-exact eslint-plugin-xunit

Configure your eslintrc file

Here an example of configuration which uses the plugin

{
  // Instal the xunit plugin, please do:
  // > npm install -g eslint-plugin-xunit
  "plugins": [
    "xunit"
  ],
  "extends": [
    "plugin:xunit/recommended"
  ]
}

Rules

Dependencies (1)

Dev Dependencies (12)

Package Sidebar

Install

npm i eslint-plugin-xunit

Weekly Downloads

5

Version

1.2.1

License

MIT

Unpacked Size

153 kB

Total Files

52

Last publish

Collaborators

  • rochejul