Skip to content

Commit 63f7e49

Browse files
committed
Add html-validate config file
1 parent b9ea773 commit 63f7e49

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.htmlvalidate.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"extends": ["html-validate:standard"],
3+
"elements": [
4+
"html5",
5+
{
6+
"th": {
7+
"attributes": {
8+
"scope": {
9+
"required": false
10+
}
11+
}
12+
}
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)