From e2b288d64e917e54f7ab38efd3aa0a238c3d188f Mon Sep 17 00:00:00 2001 From: Yaroslav Chapelskyi Date: Thu, 31 Oct 2019 13:10:05 +0200 Subject: [PATCH] feat: add DD_LOGS as global to frontend config --- frontend-typescript.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend-typescript.js b/frontend-typescript.js index 5ef9e1a9..e1652b12 100644 --- a/frontend-typescript.js +++ b/frontend-typescript.js @@ -9,6 +9,9 @@ module.exports = { 'prettier/react', 'prettier/@typescript-eslint' ], + globals: { + DD_LOGS: true + }, plugins: ['@typescript-eslint', 'react', 'import'], env: { browser: true