UNPKG

eslint-plugin-detect-bad-words

Version:
68 lines (67 loc) 1.8 kB
{ "name": "eslint-plugin-detect-bad-words", "version": "1.0.7", "description": "Detect bad/profanity words in code", "main": "dist/index.js", "keywords": [ "eslint", "eslintplugin", "eslint-plugin", "profane", "profanity", "swear", "curse" ], "author": "Darwin Tantuco", "prettier": "@darwintantuco/prettier-config", "eslintConfig": { "extends": [ "@darwintantuco/eslint-config" ] }, "scripts": { "build": "tsc", "prepare": "npm run build", "prepublishOnly": "npm run ci", "test": "mocha --require ts-node/register tests/**/*.ts", "prettier:check": "prettier --list-different .", "prettier:fix": "prettier --write .", "lint:js": "eslint .", "ci": "run-p test lint:js prettier:check" }, "dependencies": { "badwords": "^1.0.0", "requireindex": "~1.1.0" }, "devDependencies": { "@darwintantuco/eslint-config": "^1.0.4", "@darwintantuco/prettier-config": "^1.0.1", "@types/eslint": "^7.2.6", "@types/node": "^14.14.20", "@types/requireindex": "^1.2.0", "@typescript-eslint/eslint-plugin": "^4.12.0", "@typescript-eslint/parser": "^4.12.0", "eslint": "^7.17.0", "eslint-config-prettier": "^7.1.0", "eslint-plugin-jsx-a11y": "^6.4.1", "husky": "^4.2.5", "mocha": "^7.2.0", "npm-run-all": "^4.1.5", "ts-node": "^9.1.1", "typescript": "^4.1.3" }, "husky": { "hooks": { "pre-push": "yarn ci" } }, "engines": { "node": ">=0.10.0" }, "license": "MIT", "homepage": "https://github.com/darwintantuco/eslint-plugin-detect-bad-words", "bugs": { "url": "https://github.com/darwintantuco/eslint-plugin-detect-bad-words" }, "repository": "git@github.com:darwintantuco/eslint-plugin-detect-bad-words.git" }