You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

eslint-plugin-bdd

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-bdd

ESLint plugin with rules to lint BDD specs.

2.1.1
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

eslint-plugin-bdd

npm license status dependencies

ESLint plugin with rules to lint BDD specs.

$ npm install eslint-plugin-bdd

Usage

Add bdd to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix.

{
	"plugins": [
		"bdd"
	]
}

Then configure the rules you want to use under the rules section.

{
	"rules": {
		"bdd/focus": 2,
		"bdd/exclude": 2
	}
}

Supported Rules

For more examples on what each rule does take a look at the test samples.

Keywords

eslintplugin

FAQs

Package last updated on 29 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts