Skip to content

Commit

Permalink
core: remove last dependency on WebInspector (#6209)
Browse files Browse the repository at this point in the history
rewrite font-size gatherer to work without it
  • Loading branch information
patrickhulce authored and brendankenny committed Oct 23, 2018
1 parent 93686eb commit 9882514
Show file tree
Hide file tree
Showing 8 changed files with 755 additions and 529 deletions.
420 changes: 265 additions & 155 deletions lighthouse-core/gather/gatherers/seo/font-size.js

Large diffs are not rendered by default.

61 changes: 0 additions & 61 deletions lighthouse-core/lib/web-inspector.js

This file was deleted.

6 changes: 6 additions & 0 deletions lighthouse-core/test/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
printWidth: 100
trailingComma: "es5"
tabWidth: 2
semi: true
singleQuote: true
bracketSpacing: false
Loading

0 comments on commit 9882514

Please sign in to comment.