diff --git a/tracker/index.js b/tracker/index.js index 8c27c8e2..60957d76 100644 --- a/tracker/index.js +++ b/tracker/index.js @@ -13,6 +13,7 @@ import { post, hook, doNotTrack } from '../lib/web'; const script = document.querySelector('script[data-website-id]'); + // eslint-disable-next-line no-undef if (!script || (__DNT__ && doNotTrack())) return; const website = script.getAttribute('data-website-id');