UNPKG

eslint-plugin-html

Version:

A ESLint plugin to lint and fix inline scripts contained in HTML files.

35 lines (34 loc) 869 B
{ "name": "eslint-plugin-html", "version": "6.0.2", "description": "A ESLint plugin to lint and fix inline scripts contained in HTML files.", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/BenoitZugmeyer/eslint-plugin-html" }, "homepage": "https://github.com/BenoitZugmeyer/eslint-plugin-html", "bugs": "https://github.com/BenoitZugmeyer/eslint-plugin-html/issues", "keywords": [ "eslint-plugin", "eslintplugin", "eslint", "html" ], "main": "src/index.js", "dependencies": { "htmlparser2": "^4.1.0" }, "devDependencies": { "eslint": "^6.8.0", "eslint-config-benoitz-prettier": "^1.1.0", "jest": "^25.2.7", "prettier": "^2.0.2", "semver": "^7.1.3" }, "scripts": { "validate": "npm run lint && npm run test", "test": "jest", "lint": "eslint ." } }