Skip to content

Commit 9788c43

Browse files
Add new build rule for gendeps script (#3440)
1 parent 2ea7c63 commit 9788c43

20 files changed

+1032
-281
lines changed

packages/firestore/.eslintrc.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ module.exports = {
5353
'@typescript-eslint/no-explicit-any': 'error'
5454
}
5555
},
56+
{
57+
files: ['scripts/*.ts'],
58+
rules: {
59+
'import/no-extraneous-dependencies': 'off',
60+
'@typescript-eslint/no-require-imports': 'off'
61+
}
62+
},
5663
// TODO(firestorelite): Remove this exception when app-exp is published
5764
{
5865
files: ['lite/**/*.ts'],

packages/firestore/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)