workflow底层UI库整合至项目,优化构建逻辑
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
// @ts-check
|
||||
|
||||
import { defineConfig } from '@easyflow/eslint-config';
|
||||
import {defineConfig} from '@easyflow/eslint-config';
|
||||
|
||||
export default defineConfig();
|
||||
export default defineConfig([
|
||||
{
|
||||
ignores: ['packages/tinyflow-ui/**', 'packages/tinyflow-vue/**'],
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user