diff --git a/.eslintrc.js b/.eslintrc.js
index 58d6ce8..2852b40 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -5,6 +5,7 @@ const config = createConfig('eslint', {
'import/no-named-as-default': 'off',
'import/no-named-as-default-member': 'off',
'import/no-self-import': 'off',
+ 'import/no-import-module-exports': 'off',
'spaced-comment': ['error', 'always', { 'block': { 'exceptions': ['*'] } }],
},
});
diff --git a/src/containers/CourseList/NoCoursesView/__snapshots__/index.test.jsx.snap b/src/containers/CourseList/NoCoursesView/__snapshots__/index.test.jsx.snap
index 894f016..8f6fabd 100644
--- a/src/containers/CourseList/NoCoursesView/__snapshots__/index.test.jsx.snap
+++ b/src/containers/CourseList/NoCoursesView/__snapshots__/index.test.jsx.snap
@@ -17,7 +17,7 @@ exports[`NoCoursesView snapshot 1`] = `