Add no-return-assign eslint rule and fix issues
This commit is contained in:
@@ -115,7 +115,8 @@ export function getQueryPagingHtml (options) {
|
||||
html += '</div>';
|
||||
}
|
||||
|
||||
return html += '</div>';
|
||||
html += '</div>';
|
||||
return html;
|
||||
}
|
||||
|
||||
export function showSortMenu (options) {
|
||||
|
||||
Reference in New Issue
Block a user