UNPKG

eslint-plugin-html

Version:

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

41 lines (40 loc) 1.04 kB
{ "name": "eslint-plugin-html", "version": "8.1.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", "engines": { "node": ">=16.0.0" }, "dependencies": { "htmlparser2": "^9.1.0" }, "devDependencies": { "@html-eslint/eslint-plugin": "^0.27.0", "@html-eslint/parser": "^0.27.0", "eslint": "^9.0.0", "eslint-config-prettier": "^9.1.0", "markdown-link-check": "^3.10.2", "prettier": "^3.2.4", "semver": "^7.3.2" }, "scripts": { "validate": "npm run lint && npm run test", "test": "node --test", "lint": "eslint .", "format": "prettier --check ." } }