From b08a853d9f088ca6d13183930236e14d4cf2fb73 Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Thu, 18 Jul 2019 13:00:04 -0700 Subject: [PATCH] Mark additional packages as non-npm (#36990) --- types/forge-viewer/index.d.ts | 2 +- types/gtag.js/index.d.ts | 2 +- types/lestate/tslint.json | 8 +++++++- types/playcanvas/index.d.ts | 2 +- types/yandex-maps/index.d.ts | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/types/forge-viewer/index.d.ts b/types/forge-viewer/index.d.ts index c2b1ba4c86..781bfd8272 100644 --- a/types/forge-viewer/index.d.ts +++ b/types/forge-viewer/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Forge Viewer 6.6 +// Type definitions for non-npm package Forge Viewer 6.6 // Project: https://forge.autodesk.com/en/docs/viewer/v6/reference/javascript/viewer3d/ // Definitions by: Autodesk Forge Partner Development , Alan Smith // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/types/gtag.js/index.d.ts b/types/gtag.js/index.d.ts index 6f7715b1b1..bcbabbe647 100644 --- a/types/gtag.js/index.d.ts +++ b/types/gtag.js/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Google gtag.js API +// Type definitions for non-npm package Google gtag.js API // Project: https://developers.google.com/gtagjs // Definitions by: Junyoung Choi // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/types/lestate/tslint.json b/types/lestate/tslint.json index 2750cc0197..a119cd165a 100644 --- a/types/lestate/tslint.json +++ b/types/lestate/tslint.json @@ -1 +1,7 @@ -{ "extends": "dtslint/dt.json" } \ No newline at end of file +{ + "extends": "dtslint/dt.json", + "rules": { + "dt-header": false, + "npm-naming": false + } +} diff --git a/types/playcanvas/index.d.ts b/types/playcanvas/index.d.ts index fd3fbbcfbc..49a74d9633 100644 --- a/types/playcanvas/index.d.ts +++ b/types/playcanvas/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for playcanvas 0.221 +// Type definitions for non-npm package playcanvas 0.221 // Project: https://github.com/playcanvas/engine // Definitions by: Philippe Vaillancourt // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/types/yandex-maps/index.d.ts b/types/yandex-maps/index.d.ts index 66d082d547..f349bf080a 100644 --- a/types/yandex-maps/index.d.ts +++ b/types/yandex-maps/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for yandex-maps 2.1 +// Type definitions for non-npm package yandex-maps 2.1 // Project: https://github.com/Delagen/typings-yandex-maps // Definitions by: Delagen // gastwork13