chore: bump frontend-build, remove exceptions for prefer-default-export (#1519)

This commit is contained in:
Braden MacDonald
2024-11-20 09:00:02 -08:00
committed by GitHub
parent 624f5addcf
commit 66577b0d59
108 changed files with 90 additions and 160 deletions

View File

@@ -10,7 +10,6 @@ import { LAST_IMPORT_COOKIE_NAME } from './data/constants';
* @param {string} fileName - File name.
* @returns {void}
*/
// eslint-disable-next-line import/prefer-default-export
export const setImportCookie = (date, completed, fileName) => {
const cookies = new Cookies();
cookies.set(LAST_IMPORT_COOKIE_NAME, { date, completed, fileName }, { path: window.location.pathname });