Add no-return-assign eslint rule and fix issues

This commit is contained in:
Bill Thornton
2022-10-04 14:24:24 -04:00
parent e9f0a82d8c
commit f4cd29ac17
9 changed files with 22 additions and 12 deletions
+2 -1
View File
@@ -115,7 +115,8 @@ export function getQueryPagingHtml (options) {
html += '</div>';
}
return html += '</div>';
html += '</div>';
return html;
}
export function showSortMenu (options) {