Ignore eslint conventions in disastrous posthog type definitions

pull/21833/head
James Salter 2021-07-28 17:26:24 +01:00
parent 7b4a7711b2
commit d401789f9e
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
// A clone of the type definitions from posthog-js, stripped of references to transitive
// dependencies which we don't actually use, so that we don't need to install them.
//
// Original file lives in node_modules/posthog/dist/module.d.ts
/* eslint-disable @typescript-eslint/member-delimiter-style */
/* eslint-disable @typescript-eslint/naming-convention */
/* eslint-disable camelcase */
// Type definitions for exported methods
declare class posthog {