UNPKG

eslint-plugin-ban

Version:

Allows you to bannish some methods or functions.

49 lines (48 loc) 1.06 kB
{ "name": "eslint-plugin-ban", "version": "2.0.0", "description": "Allows you to bannish some methods or functions.", "repository": { "type": "git", "url": "https://github.com/remithomas/eslint-plugin-ban" }, "keywords": [ "eslint", "eslintplugin", "eslint-plugin", "ban", "function", "method" ], "author": "Rémi THOMAS", "main": "lib/index.js", "scripts": { "lint": "eslint", "lint:fix": "eslint --fix", "test": "mocha tests --recursive", "test:watch": "mocha tests --recursive --watch", "validate": "npm run lint && npm run test" }, "dependencies": { "requireindex": "~1.2.0" }, "devDependencies": { "@eslint/js": "^9.12.0", "eslint": "^9.12.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "globals": "^15.11.0", "husky": "^7.0.4", "mocha": "^9.1.3", "prettier": "^3.3.3" }, "husky": { "hooks": { "pre-push": "npm run validate" } }, "engines": { "node": ">=0.10.0" }, "license": "ISC" }