summaryrefslogtreecommitdiff
path: root/spec/frontend/helpers/locale_helper.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/helpers/locale_helper.js')
-rw-r--r--spec/frontend/helpers/locale_helper.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/frontend/helpers/locale_helper.js b/spec/frontend/helpers/locale_helper.js
index 80047b06003..283d9bc14c9 100644
--- a/spec/frontend/helpers/locale_helper.js
+++ b/spec/frontend/helpers/locale_helper.js
@@ -1,5 +1,3 @@
-/* eslint-disable import/prefer-default-export */
-
export const setLanguage = languageCode => {
const htmlElement = document.querySelector('html');