[Documentation] Add about 'userTimingBlockList' - fix linter
This commit is contained in:
parent
2e7f20153b
commit
dedd323a10
|
|
@ -640,7 +640,7 @@ export async function parseCommandLine() {
|
||||||
describe:
|
describe:
|
||||||
'This option takes a regex that works like `userTimingAllowList`, but instead of allowing, it blocks specific userTimings from being captured.',
|
'This option takes a regex that works like `userTimingAllowList`, but instead of allowing, it blocks specific userTimings from being captured.',
|
||||||
group: 'Browser'
|
group: 'Browser'
|
||||||
})
|
})
|
||||||
.option('axe.enable', {
|
.option('axe.enable', {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
describe:
|
describe:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue