Skip to content

Instantly share code, notes, and snippets.

@joelhsmith
Created June 27, 2018 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joelhsmith/b36bce5fc171086a92dd205c92e282b3 to your computer and use it in GitHub Desktop.
Save joelhsmith/b36bce5fc171086a92dd205c92e282b3 to your computer and use it in GitHub Desktop.
LIghthouse onlyAudits test
/**
* 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