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

perf: remove usage of html-validator dependency

Allows to have better control of the implementation.
Also reduce package size by removing needed dependencies to install.
This commit is contained in:
2024-02-02 17:02:19 +01:00
parent a1340b2729
commit 6b28c6d224
5 changed files with 102 additions and 337 deletions

View File

@ -19,7 +19,6 @@
"dependencies": {
"chalk": "5.3.0",
"clipanion": "3.2.1",
"html-validator": "6.0.1",
"log-symbols": "6.0.0",
"ora": "8.0.1",
"read-pkg": "9.0.1",
@ -34,7 +33,6 @@
"@swc/cli": "0.3.6",
"@swc/core": "1.3.107",
"@tsconfig/strictest": "2.0.2",
"@types/html-validator": "5.0.6",
"@types/node": "20.11.16",
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "6.20.0",