Skip to content

Commit 89f27ad

Browse files
committed
exclude ai from lint checks
1 parent 16dcc08 commit 89f27ad

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*" -not -path "*dataconnect-sdk/*" \
3+
find . -type f -name "*.js" -not -path "*node_modules*" -not -path "(*dataconnect-sdk/*)|(*ai/sample-app/*)" \
44
| xargs eslint

0 commit comments

Comments
 (0)