We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9667c59 commit 7a7f713Copy full SHA for 7a7f713
src/analyzer/selectors/identifiers.js
@@ -16,7 +16,7 @@ module.exports = selectors => {
16
.reduce((prev, curr) => prev + curr, 0)
17
const average = totalIdentifiers / totalSelectors
18
19
- const top = (count) => {
+ const top = count => {
20
const sorter = (a, b) => {
21
if (a.identifiers === b.identifiers) {
22
return a.selector.localeCompare(b.selector)
0 commit comments