Skip to content

Commit

Permalink
feat: add DD_LOGS as global to frontend config
Browse files Browse the repository at this point in the history
  • Loading branch information
slavik-chapelskyi committed Oct 31, 2019
1 parent e0b99a5 commit e2b288d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend-typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ module.exports = {
'prettier/react',
'prettier/@typescript-eslint'
],
globals: {
DD_LOGS: true
},
plugins: ['@typescript-eslint', 'react', 'import'],
env: {
browser: true
Expand Down

0 comments on commit e2b288d

Please sign in to comment.