Skip to content

Commit 99623d3

Browse files
authored
Merge pull request #862 from firebase/dl/ci-fix
Do not run ESLint in `dataconnect-sdk`
2 parents 067fc36 + 491de82 commit 99623d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
set -e
22
# Run linter
3-
find . -type f -name "*.js" -not -path "*node_modules*" \
3+
find . -type f -name "*.js" -not -path "*node_modules*" -not -path "*dataconnect-sdk/*" \
44
| xargs eslint

0 commit comments

Comments
 (0)