ec0lint-plugin-html
Version:
Ec0lint plugin for html
60 lines (59 loc) • 1.38 kB
JSON
{
"name": "ec0lint-plugin-html",
"version": "2.1.3",
"description": "Ec0lint plugin for html",
"author": "ec0lint",
"homepage": "https://ec0lint.com/",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"scripts": "scripts",
"test": "__tests__"
},
"files": [
"lib",
"scripts"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest --coverage",
"format": "prettier --write .",
"check:format": "prettier --list-different .",
"lint": "eslint . --ext .js",
"bootstrap": "lerna bootstrap",
"check:ts": "tsc",
"test:all": "npm run check:ts && npm run check:format && npm run lint && npm run test"
},
"engines": {
"node": ">=8.10.0"
},
"keywords": [
"ec0lint",
"ec0lintplugin",
"ec0lint-plugin",
"eslint",
"html",
"formatter",
"lint",
"accessibility"
],
"devDependencies": {
"@html-eslint/parser": "^0.15.0",
"@types/eslint": "^7.2.10",
"@types/estree": "^0.0.47",
"ec0lint": "^2.1.0",
"es-html-parser": "^0.0.8",
"eslint": "8.26.0",
"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-node": "^11.1.0",
"lerna": "^6.0.3",
"prettier": "^2.4.1",
"typescript": "^4.4.4"
},
"dependencies": {
"jest": "^29.2.2"
}
}