@html-eslint/eslint-plugin
Version:
ESLint plugin for html
55 lines (54 loc) • 1.31 kB
JSON
{
"name": "@html-eslint/eslint-plugin",
"version": "0.35.2",
"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",
"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": {
"@html-eslint/template-parser": "^0.35.2",
"@html-eslint/template-syntax-parser": "^0.35.2"
},
"devDependencies": {
"@html-eslint/parser": "^0.35.2",
"@html-eslint/types": "^0.35.1",
"@types/eslint": "^9.6.1",
"@types/estree": "^0.0.47",
"es-html-parser": "0.1.1",
"eslint": "^9.21.0",
"espree": "^10.3.0",
"typescript": "^5.7.2"
},
"gitHead": "d367b20d5822e66a88aed100f7a3e67bb9e1b2f0"
}