eslint-plugin-no-named-test-function

1.0.1 • Public • Published

Build Status semantic-release

eslint-plugin-no-named-test-function

Requires that it and test blocks do not contain named variables.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install no-named-test-function:

$ npm install npm i eslint-plugin-no-named-test-function --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install no-named-test-function globally.

Usage

Add no-named-test-function to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
	"plugins": ["no-named-test-function"]
}

Then configure the rule to use under the rules section.

{
	"rules": {
		"no-named-test-function/no-named-test-function.js": 2
	}
}

Package Sidebar

Install

npm i eslint-plugin-no-named-test-function

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

8.58 kB

Total Files

7

Last publish

Collaborators

  • lordstepheng1