{"library":"eslint-plugin-mocha-no-only","type":"library","category":null,"description":"This ESLint plugin, `eslint-plugin-mocha-no-only`, enforces a rule that prohibits the use of Mocha's `.only()` method on test keywords like `describe`, `context`, `it`, `specify`, `suite`, and `test`. Its primary purpose is to prevent developers from accidentally committing code that only runs a subset of their test suite, which can lead to false-positive CI/CD builds. The current stable version is `1.2.0`, which introduced support for ESLint v9.0.0 and updated internal dependencies. While there isn't a strict release cadence, the project is actively maintained to ensure compatibility with recent ESLint versions. It differentiates itself by providing a dedicated, straightforward solution for a common oversight in Mocha testing workflows, ensuring comprehensive test execution.","language":"javascript","status":"active","version":"1.2.0","tags":["javascript","eslint","eslintplugin","eslint-plugin","mocha","no-only"],"last_verified":"Wed May 27","install":[{"cmd":"npm install eslint-plugin-mocha-no-only","imports":["import mochaNoOnly from \"eslint-plugin-mocha-no-only\";","rules: { \"mochaNoOnly/mocha-no-only\": [\"error\"] }","module.exports = { plugins: ['mocha-no-only'], rules: { 'mocha-no-only/mocha-no-only': 'error' } };"]},{"cmd":"yarn add eslint-plugin-mocha-no-only","imports":[]},{"cmd":"pnpm add eslint-plugin-mocha-no-only","imports":[]}],"homepage":null,"github":"https://github.com/lewazo/eslint-mocha-no-only","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/eslint-plugin-mocha-no-only","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/eslint-plugin-mocha-no-only/compatibility"}}