feat: eslint 적용 및 관련 코드 일괄 수정
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
export type TurnDaemonState =
|
||||
| 'idle'
|
||||
| 'running'
|
||||
| 'flushing'
|
||||
| 'paused'
|
||||
| 'stopping';
|
||||
export type TurnDaemonState = 'idle' | 'running' | 'flushing' | 'paused' | 'stopping';
|
||||
|
||||
export type RunReason = 'schedule' | 'manual' | 'poke';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user