Commits (21)
-
David Sveningsson authoredb7b30a23
-
David Sveningsson authoreddcf03883
-
David Sveningsson authored07f2956b
-
WhiteSource Renovate authored8b89d9d9
-
WhiteSource Renovate authored38b755f0
-
WhiteSource Renovate authored9337ab0e
-
WhiteSource Renovate authored998e6914
-
WhiteSource Renovate authored3f3e7db8
-
WhiteSource Renovate authoredc737bb9a
-
WhiteSource Renovate authoredcce6ba16
-
WhiteSource Renovate authored134cda40
-
WhiteSource Renovate authoredddfd3ff2
-
WhiteSource Renovate authored83fc2918
-
WhiteSource Renovate authored2d397405
-
WhiteSource Renovate authored6f420cc9
-
WhiteSource Renovate authored63a17bca
-
WhiteSource Renovate authored59d16fa8
-
WhiteSource Renovate authored0ba1d06d
-
David Sveningsson authored4d6bb3d7
-
David Sveningsson authored
fix: disable `void-style` when using `toHTMLValidate` matcher See merge request !377
c1cbdf30 -
David Sveningsson authored
## [2.17.1](v2.17.0...v2.17.1) (2020-03-02) ### Bug Fixes * disable `void-style` when using `toHTMLValidate` matcher ([4d6bb3d7](4d6bb3d7))
Showing
This diff is collapsed.
{ | ||
"name": "html-validate", | ||
"version": "2.17.0", | ||
"version": "2.17.1", | ||
"description": "html linter", | ||
"keywords": [ | ||
"html", | ||
... | ... | @@ -47,14 +47,11 @@ |
"eslint": "eslint --ext js,ts .", | ||
"eslint:fix": "eslint --ext js,ts . --fix", | ||
"htmlvalidate": "./bin/html-validate.js", | ||
"lint": "npm run eslint && npm run tslint", | ||
"prettier:check": "prettier '**/*.{ts,js,json,md,scss}' --list-different", | ||
"prettier:write": "prettier '**/*.{ts,js,json,md,scss}' --write", | ||
"semantic-release": "semantic-release", | ||
"start": "grunt connect", | ||
"test": "jest --ci", | ||
"tslint": "tslint -t verbose *.ts src/**/*.ts", | ||
"tslint:fix": "tslint -t verbose --fix *.ts src/**/*.ts" | ||
"test": "jest --ci" | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
... | ... | @@ -95,21 +92,21 @@ |
"minimist": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.8.4", | ||
"@babel/preset-env": "7.8.4", | ||
"@babel/core": "7.8.6", | ||
"@babel/preset-env": "7.8.6", | ||
"@commitlint/cli": "8.3.5", | ||
"@html-validate/commitlint-config": "1.0.1", | ||
"@html-validate/eslint-config": "1.1.2", | ||
"@html-validate/eslint-config": "1.1.4", | ||
"@html-validate/prettier-config": "1.0.0", | ||
"@html-validate/semantic-release-config": "1.0.9", | ||
"@html-validate/semantic-release-config": "1.0.11", | ||
"@types/babel__code-frame": "7.0.1", | ||
"@types/estree": "0.0.42", | ||
"@types/glob": "7.1.1", | ||
"@types/inquirer": "6.5.0", | ||
"@types/jest": "25.1.2", | ||
"@types/jest": "25.1.3", | ||
"@types/json-merge-patch": "0.0.4", | ||
"@types/minimist": "1.2.0", | ||
"@types/node": "11.15.6", | ||
"@types/node": "11.15.7", | ||
"autoprefixer": "9.7.4", | ||
"babelify": "10.0.0", | ||
"bootstrap-sass": "3.4.1", | ||
... | ... | @@ -118,7 +115,7 @@ |
"dgeni": "0.4.12", | ||
"dgeni-front-matter": "1.0.2", | ||
"dgeni-packages": "0.28.3", | ||
"eslint-plugin-array-func": "3.1.3", | ||
"eslint-plugin-array-func": "3.1.4", | ||
"eslint-plugin-node": "11.0.0", | ||
"eslint-plugin-security": "1.4.0", | ||
"eslint-plugin-sonarjs": "0.5.0", | ||
... | ... | @@ -137,20 +134,18 @@ |
"jest-diff": "25.1.0", | ||
"jest-junit": "10.0.0", | ||
"jquery": "3.4.1", | ||
"lint-staged": "10.0.7", | ||
"lint-staged": "10.0.8", | ||
"load-grunt-tasks": "5.1.0", | ||
"marked": "0.8.0", | ||
"minimatch": "3.0.4", | ||
"prettier": "1.19.1", | ||
"sass": "1.25.0", | ||
"semantic-release": "17.0.3", | ||
"sass": "1.26.2", | ||
"semantic-release": "17.0.4", | ||
"serve-static": "1.14.1", | ||
"stringmap": "0.2.2", | ||
"strip-ansi": "6.0.0", | ||
"ts-jest": "25.2.0", | ||
"tslint": "5.20.1", | ||
"tslint-config-prettier": "1.18.0", | ||
"typescript": "3.7.5" | ||
"ts-jest": "25.2.1", | ||
"typescript": "3.8.3" | ||
}, | ||
"jest": { | ||
"collectCoverage": true, | ||
... | ... |
tslint.json
deleted
100644 → 0