We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16dcc08 commit 0297649Copy full SHA for 0297649
scripts/test.sh
@@ -1,4 +1,4 @@
1
set -e
2
# Run linter
3
-find . -type f -name "*.js" -not -path "*node_modules*" -not -path "*dataconnect-sdk/*" \
4
- | xargs eslint
+find . -type f -name "*.js" -not -path "*node_modules*" -not -path "*data-connect-sdk/*" -not -path "*ai/sample-app/*" \
+ | xargs eslint
0 commit comments