UNPKG

eslint-plugin-html

Version:

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

42 lines (41 loc) 1.08 kB
{ "name": "eslint-plugin-html", "version": "8.2.0", "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", "engines": { "node": ">=16.0.0" }, "dependencies": { "htmlparser2": "^10.0.0" }, "devDependencies": { "@eslint/js": "^10.0.1", "@html-eslint/eslint-plugin": "^0.65.0", "@html-eslint/parser": "^0.65.0", "eslint": "^10.9.1", "eslint-config-prettier": "^10.0.0", "markdown-link-check": "^3.15.0", "prettier": "^3.9.6", "semver": "^7.8.5" }, "scripts": { "validate": "npm run lint && npm run test", "test": "node --test", "lint": "eslint .", "format": "prettier --check ." } }