UNPKG

@html-eslint/eslint-plugin

Version:
64 lines (63 loc) 1.55 kB
{ "name": "@html-eslint/eslint-plugin", "version": "0.52.1", "type": "commonjs", "description": "ESLint plugin for HTML", "author": "yeonjuan", "homepage": "https://github.com/yeonjuan/html-eslint#readme", "license": "MIT", "main": "lib/index.js", "types": "types/exports.d.ts", "files": [ "lib", "types" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/yeonjuan/html-eslint.git" }, "scripts": { "test": "jest --coverage", "test:legacy": "TEST_ESLINT_LEGACY_CONFIG=true && jest", "ts": "tsc --noEmit", "lint": "eslint .", "build": "rimraf types && tsc --project tsconfig.build.json" }, "bugs": { "url": "https://github.com/yeonjuan/html-eslint/issues" }, "keywords": [ "eslint", "eslintplugin", "eslint-plugin", "html", "formatter", "lint", "accessibility" ], "dependencies": { "@eslint/plugin-kit": "^0.4.1", "@html-eslint/parser": "^0.52.0", "@html-eslint/template-parser": "^0.52.0", "@html-eslint/template-syntax-parser": "^0.52.0", "@html-eslint/types": "^0.52.0" }, "peerDependencies": { "eslint": "^8.0.0 || ^9.0.0" }, "devDependencies": { "@eslint/core": "^1.0.0", "@types/estree": "^0.0.47", "es-html-parser": "0.3.1", "eslint": "^9.39.1", "espree": "^10.3.0", "typescript": "^5.8.3" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "gitHead": "58060f808873ccea4c08c4ff4ee229bb83dab112" }