mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
18 lines
245 B
JavaScript
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'
|
|
}
|
|
}
|