mirror of
https://github.com/actions/stale.git
synced 2025-12-29 11:28:18 +00:00
Configure ESLint and update configuration for Prettier (#949)
* Update ESLint and Prettier configurations * Rebuild action * Update package.json
This commit is contained in:
@@ -14,7 +14,7 @@ export class Issue implements IIssue {
|
||||
created_at: IsoDateString;
|
||||
updated_at: IsoDateString;
|
||||
readonly labels: ILabel[];
|
||||
readonly pull_request: Object | null | undefined;
|
||||
readonly pull_request: object | null | undefined;
|
||||
readonly state: string | 'closed' | 'open';
|
||||
readonly locked: boolean;
|
||||
readonly milestone?: IMilestone | null;
|
||||
|
||||
Reference in New Issue
Block a user