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

feat: add config JSON schema

This commit is contained in:
2024-02-02 15:35:18 +01:00
parent 09731d4749
commit 8934ac1b7a
11 changed files with 61 additions and 2 deletions

View File

@ -1,4 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/theoludwig/html-w3c-validator/develop/schema/html-w3c-validatorrc-schema.json",
"urls": ["http://127.0.0.1:3000/", "http://127.0.0.1:3000/about"],
"files": ["./build/index.html", "./build/about.html"]
}