mirror of https://github.com/twbs/bootstrap.git
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'
|
||
|
}
|
||
|
}
|