Merge pull request #43 from nrslib/fix/lint-eject-unused-import
fix: eject.tsの未使用import削除
This commit is contained in:
commit
01c182c3dc
@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import { existsSync, readdirSync, statSync, readFileSync, writeFileSync, mkdirSync } from 'node:fs';
|
import { existsSync, readdirSync, statSync, readFileSync, writeFileSync, mkdirSync } from 'node:fs';
|
||||||
import { join, basename, dirname } from 'node:path';
|
import { join, dirname } from 'node:path';
|
||||||
import { getGlobalWorkflowsDir, getGlobalAgentsDir, getBuiltinWorkflowsDir, getBuiltinAgentsDir } from '../config/paths.js';
|
import { getGlobalWorkflowsDir, getGlobalAgentsDir, getBuiltinWorkflowsDir, getBuiltinAgentsDir } from '../config/paths.js';
|
||||||
import { getLanguage } from '../config/globalConfig.js';
|
import { getLanguage } from '../config/globalConfig.js';
|
||||||
import { header, success, info, warn, error } from '../utils/ui.js';
|
import { header, success, info, warn, error } from '../utils/ui.js';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user