Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-plugin-mocha-only

dtilley449ISC0.0.3

Eslint rule to flag Mocha .only method

readme

ESLint Plugin for Mocha .only() method

This is a custom lint rule to flag Mocha's .only() method in test code to prevent it being submitted and disabling all other tests in the build.

Installation

npm install eslint-plugin-mocha-only