Created
June 27, 2018 15:13
-
-
Save joelhsmith/b36bce5fc171086a92dd205c92e282b3 to your computer and use it in GitHub Desktop.
LIghthouse onlyAudits test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Config file for running just color-contrast. | |
*/ | |
'use strict'; | |
module.exports = { | |
extends: 'lighthouse:default', | |
settings: { | |
onlyAudits: ['color-contrast'], | |
}, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment