Skip to content

Instantly share code, notes, and snippets.

@nylen
Created January 5, 2016 19:00
Show Gist options
  • Save nylen/29d9a0480e348d0f6c50 to your computer and use it in GitHub Desktop.
Save nylen/29d9a0480e348d0f6c50 to your computer and use it in GitHub Desktop.
Calypso make lint results
Calypso eslint warning counts under various values of the
"react/jsx-closing-bracket-location" rule:
after-props : 7950
tag-aligned : 8509
line-aligned : 8482
(no rule) : 7454
Number of instances of "tag-aligned" or "line-aligned" = 7950 - 7454 ~= 500
Number of instances of "after-props" = ~8500 - 7454 ~= 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment