2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00
Files
bootstrap/build/pa11yci.js
T
XhmikosR 134dc7c5a0 WIP
2021-12-04 09:41:14 +02:00

18 lines
245 B
JavaScript

'use strict'
module.exports = {
standard: 'WCAG2AA',
level: 'error',
concurrency: 4,
defaults: {
reporters: [
'cli',
'pa11y-reporter-html'
],
runners: [
'htmlcs'
],
hideElements: '.bd-search'
}
}