Remove redundant inline eslint rules

This commit is contained in:
Bill Thornton 2023-03-09 00:20:43 -05:00
parent 329cf77c81
commit 082a8319fd
5 changed files with 0 additions and 10 deletions

View file

@ -5,8 +5,6 @@ import toast from '../toast/toast';
import confirm from '../confirm/confirm';
import dialog from '../dialog/dialog';
/*eslint prefer-const: "error"*/
function changeRecordingToSeries(apiClient, timerId, programId, confirmTimerCancellation) {
loading.show();