Skip to content

Commit

Permalink
feat: change default columns: add readability, remove useless links a…
Browse files Browse the repository at this point in the history
…nd headers counters
  • Loading branch information
popstas committed Apr 21, 2021
1 parent 25f7d49 commit 492c363
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/presets/columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,18 @@ module.exports = {
'canonical_count',
'google_amp',
'h1_count',
'h2_count',
/* 'h2_count',
'h3_count',
'h4_count',
'h4_count', */
'readability_length',
'readability_links',
'readability_images',
'images',
'images_without_alt',
'images_alt_empty',
'images_outer',
'links',
'links_inner',
/* 'links',
'links_inner', */
'links_outer',
'text_ratio_percent',
/* 'lighthouse_scores_performance',
Expand Down

0 comments on commit 492c363

Please sign in to comment.