We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 067fc36 + 491de82 commit 99623d3Copy full SHA for 99623d3
scripts/test.sh
@@ -1,4 +1,4 @@
1
set -e
2
# Run linter
3
-find . -type f -name "*.js" -not -path "*node_modules*" \
+find . -type f -name "*.js" -not -path "*node_modules*" -not -path "*dataconnect-sdk/*" \
4
| xargs eslint
0 commit comments