Skip to content
Snippets Groups Projects

skip eslint error when building custom_env.js

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
// eslint-disable-next-line no-template-curly-in-string
window.__env__.OPA_BUNDLE_URL = "${REACT_APP_OPA_BUNDLE_URL}";
Loading