mirror of
https://github.com/skoelle/PeopleCostCounter.git
synced 2026-09-17 20:00:25 +00:00
Add HTML linting CI (html-validate) and config
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "people-cost-counter",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"html-validate": "^8.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint:html": "html-validate \"**/*.html\""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user