// @ts-check import {defineConfig} from '@easyflow/eslint-config'; export default defineConfig([ { ignores: ['packages/tinyflow-ui/**', 'packages/tinyflow-vue/**'], }, ]);