Fix defaults

This commit is contained in:
Gaël Poupard 2020-03-30 16:58:08 +03:00 committed by XhmikosR
parent e4b4eefdeb
commit 9b9e3a5eae

View file

@ -2,10 +2,10 @@
"standard": "WCAG2AA",
"level": "error",
"concurrency": 4,
"runners": [
"htmlcs"
],
"defaults": {
"runners": [
"htmlcs"
],
"hideElements": ".bd-search, [class*=-success], [class*=-info], [class*=-light]"
}
}