Skip to content

Commit 743fb8c

Browse files
committed
fix: exclude dynamic link from lint config
1 parent d5185c6 commit 743fb8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export default [
3939
'packages/**/modular/dist/**/*',
4040
'packages/vertexai/__tests__/test-utils',
4141
'packages/vertexai/dist',
42+
'packages/dynamic-links/**/*',
4243
],
4344
},
4445
...compat

0 commit comments

Comments
 (0)