Skip to content

Commit 5e32d50

Browse files
Ignore dependency warning
1 parent db5d72d commit 5e32d50

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/firestore/scripts/extract-api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18+
// eslint-disable-next-line import/no-extraneous-dependencies
1819
import * as ts from 'typescript';
1920
import * as fs from 'fs';
2021

packages/firestore/scripts/rename-internals.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18+
// eslint-disable-next-line import/no-extraneous-dependencies
1819
import * as ts from 'typescript';
1920

2021
// `undefined` is treated as an identifier by TSC, but not part of any externs.

0 commit comments

Comments
 (0)