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

@@ -1,4 +1,3 @@
/* eslint-disable import/prefer-default-export */
import { camelCaseObject, getConfig } from '@edx/frontend-platform';
import { getAuthenticatedHttpClient } from '@edx/frontend-platform/auth';

View File

@@ -1,2 +1 @@
/* eslint-disable import/prefer-default-export */
export { default as GradingSettings } from './GradingSettings';