Skip to content

Commit 491de82

Browse files
committed
Do not run ESLint in dataconnect-sdk
1 parent 067fc36 commit 491de82

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)