Skip to content

Commit c89d926

Browse files
committed
chore(lint): scope codegen ignores per sdk package
Ignoring all of sdk/*/src left sdk/migrate-client with nothing to lint, which eslint treats as an error.
1 parent 8534366 commit c89d926

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

eslint.config.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ export default [
1212
{
1313
ignores: [
1414
// codegen output, regenerated by `pnpm generate`
15-
'sdk/*/src/**',
15+
'sdk/constructive-cli/src/**',
16+
'sdk/constructive-react/src/**',
17+
'sdk/constructive-sdk/src/**',
18+
'sdk/migrate-client/src/migrate/**',
1619
'**/__generated__/**',
1720
'**/*.generated.ts',
1821
'postgres/pg-ast/src/asts.ts',

0 commit comments

Comments
 (0)