We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9481e commit 5c9f902Copy full SHA for 5c9f902
website/client/src/components/appFooter.vue
@@ -858,8 +858,8 @@ import buyGemsModal from './payments/buyGemsModal.vue';
858
import reportBug from '@/mixins/reportBug.js';
859
import { worldStateMixin } from '@/mixins/worldState';
860
861
-const DEBUG_ENABLED = import.meta.env.DEBUG_ENABLED === 'true'; // eslint-disable-line no-process-env
862
-const TIME_TRAVEL_ENABLED = import.meta.env.TIME_TRAVEL_ENABLED === 'true'; // eslint-disable-line no-process-env
+const DEBUG_ENABLED = import.meta.env.DEBUG_ENABLED === 'true';
+const TIME_TRAVEL_ENABLED = import.meta.env.TIME_TRAVEL_ENABLED === 'true';
863
864
let sinon;
865
if (import.meta.env.TIME_TRAVEL_ENABLED === 'true') {
0 commit comments