bootstrap/build/pa11yci.js

18 lines
245 B
JavaScript
Raw Permalink Normal View History

2021-12-03 20:46:37 +08:00
'use strict'
module.exports = {
standard: 'WCAG2AA',
level: 'error',
concurrency: 4,
defaults: {
reporters: [
'cli',
'pa11y-reporter-html'
],
runners: [
'htmlcs'
],
hideElements: '.bd-search'
}
}