1
1
mirror of https://github.com/theoludwig/html-w3c-validator.git synced 2025-05-21 23:21:29 +02:00

refactor: simplify logic

This commit is contained in:
2024-02-02 14:47:31 +01:00
parent 2e0e136355
commit 09731d4749
11 changed files with 140 additions and 719 deletions

View File

@ -31,12 +31,11 @@
"devDependencies": {
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@swc/cli": "0.3.5",
"@swc/cli": "0.3.6",
"@swc/core": "1.3.107",
"@tsconfig/strictest": "2.0.2",
"@types/html-validator": "5.0.6",
"@types/mock-fs": "4.13.4",
"@types/node": "20.11.10",
"@types/node": "20.11.16",
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
@ -49,14 +48,10 @@
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "50.0.1",
"execa": "8.0.1",
"husky": "9.0.7",
"lint-staged": "15.2.0",
"markdownlint-cli2": "0.12.1",
"markdownlint-rule-relative-links": "2.2.0",
"mock-fs": "5.2.0",
"husky": "9.0.10",
"lint-staged": "15.2.1",
"pinst": "3.0.0",
"prettier": "3.2.4",
"rimraf": "5.0.5",
"semantic-release": "23.0.0",
"serve": "14.2.1",
"sinon": "17.0.1",