Skip to content

Commit

Permalink
Add new build rule for gendeps script (#3440)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian authored Jul 22, 2020
1 parent 2ea7c63 commit 9788c43
Show file tree
Hide file tree
Showing 20 changed files with 1,032 additions and 281 deletions.
7 changes: 7 additions & 0 deletions packages/firestore/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ module.exports = {
'@typescript-eslint/no-explicit-any': 'error'
}
},
{
files: ['scripts/*.ts'],
rules: {
'import/no-extraneous-dependencies': 'off',
'@typescript-eslint/no-require-imports': 'off'
}
},
// TODO(firestorelite): Remove this exception when app-exp is published
{
files: ['lite/**/*.ts'],
Expand Down
1 change: 0 additions & 1 deletion packages/firestore/.gitignore

This file was deleted.

Loading

0 comments on commit 9788c43

Please sign in to comment.