Add "enabled" and "severity"/"warning" to rule in Configuration object, add corresponding documentation and tests, update demo web app (fixes #254)”.

This commit is contained in:
David Anson 2025-09-22 21:39:09 -07:00
parent c6f248321e
commit 607be34b5d
20 changed files with 3792 additions and 867 deletions

View file

@ -47,6 +47,9 @@ textarea {
font-style: italic;
white-space: pre-wrap;
}
.warning {
background: rgb(255, 255, 0, 0.5);
}
.error {
background: rgb(255, 0, 0, 0.3);
}
@ -67,7 +70,7 @@ textarea {
min-height: 0;
}
.highlight {
background: rgb(255, 0, 0, 0.8);
background: rgb(0, 255, 255, 0.8);
}
.inset {
box-sizing: border-box;