UNPKG

eslint-plugin-no-skip-tests

Version:
37 lines (36 loc) 829 B
{ "name": "eslint-plugin-no-skip-tests", "version": "1.1.0", "description": "ESLint rule for describe.skip/it.skip in mocha tests", "keywords": [ "eslint", "eslintplugin", "eslint-plugin", "mocha", "rule", "only", "skip", "describe", "it" ], "author": "Levi Buzolic and Romain Gaillard", "main": "index.js", "scripts": { "test": "node tests.js" }, "devDependencies": { "eslint": "~1.2.0" }, "engines": { "node": ">=0.10.0" }, "license": "MIT", "repository": { "type": "git", "url": "git@github.com:romaingaillardjs/eslint-plugin-no-skip-tests.git" }, "bugs": { "url": "https://github.com/romaingaillardjs/eslint-plugin-no-skip-tests/issues" }, "homepage": "https://github.com/romaingaillardjs/eslint-plugin-no-skip-tests#readme" }