UNPKG

eslint-plugin-no-unsanitized

Version:
58 lines (57 loc) 1.53 kB
{ "name": "eslint-plugin-no-unsanitized", "description": "ESLint rule to disallow unsanitized code", "version": "4.1.5", "author": { "name": "Frederik Braun et al." }, "bugs": { "url": "https://github.com/mozilla/eslint-plugin-no-unsanitized/issues" }, "devDependencies": { "@babel/core": "^7.29.0", "@babel/eslint-parser": "^7.28.6", "@babel/plugin-syntax-flow": "^7.28.6", "@typescript-eslint/parser": "^8.54.0", "eslint": "^9.0.0 || ^8.57.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jsdoc": "^62.5.4", "globals": "^17.3.0", "mocha": "^11.7.5", "nyc": "^17.1.0", "prettier": "3.8.1", "typescript": ">=5.9.3" }, "peerDependencies": { "eslint": "^9 || ^10" }, "homepage": "https://github.com/mozilla/eslint-plugin-no-unsanitized/", "keywords": [ "eslint", "eslint-plugin", "eslintplugin", "lint", "sanitize", "innerHTML", "security" ], "license": "MPL-2.0", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/mozilla/eslint-plugin-no-unsanitized/issues" }, "scripts": { "test": "nyc mocha tests/rules/", "lint": "eslint . && prettier --check ." }, "files": [ "LICENSE", "README.md", "SCHEMA.md", "SECURITY.md", "docs", "index.js", "lib" ] }