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

chore: better Prettier config for easier reviews

This commit is contained in:
2023-10-23 23:21:05 +02:00
parent e3cd809e56
commit 02a5010340
20 changed files with 2487 additions and 2228 deletions

View File

@ -6,8 +6,8 @@
"test:html-w3c-validator": "start-server-and-test \"start\" \"http://127.0.0.1:3000\" \"html-w3c-validator\""
},
"devDependencies": {
"serve": "14.2.0",
"start-server-and-test": "2.0.0",
"serve": "14.2.1",
"start-server-and-test": "2.0.1",
"html-w3c-validator": "file:.."
}
}