@typescript-eslint/utils
Version:
Utilities for working with TypeScript + ESLint together
9 lines (8 loc) • 356 B
JavaScript
/**
* This is a fork of https://github.com/DefinitelyTyped/DefinitelyTyped/blob/13f63c2eb8d7479caf01ab8d72f9e3683368a8f5/types/json-schema/index.d.ts
* We intentionally fork this because:
* - ESLint ***ONLY*** supports JSONSchema v4
* - We want to provide stricter types
*/
Object.defineProperty(exports, "__esModule", { value: true });
;