chore: resolve build warnings and update dependencies (#18880)

This commit is contained in:
matt korwel
2026-02-19 21:25:56 -06:00
committed by GitHub
parent 5fd557347e
commit c3b52b8206
7 changed files with 300 additions and 222 deletions

View File

@@ -56,7 +56,7 @@ export default tseslint.config(
},
{
// Import specific config
files: ['packages/cli/src/**/*.{ts,tsx}'], // Target only TS/TSX in the cli package
files: ['packages/*/src/**/*.{ts,tsx}'], // Target all TS/TSX in the packages
plugins: {
import: importPlugin,
},