fix(package): update tslint
This commit is contained in:
		| @@ -15,6 +15,9 @@ export type questionType = | ||||
|   | 'password' | ||||
|   | 'editor'; | ||||
|  | ||||
| /** | ||||
|  * a choice  | ||||
|  */ | ||||
| export interface IChoiceObject { | ||||
|   name: string; | ||||
|   value: any; | ||||
|   | ||||
| @@ -1,3 +1,7 @@ | ||||
| { | ||||
|     "extends": "tslint-config-standard" | ||||
| } | ||||
|     "extends": ["tslint:latest", "tslint-config-prettier"], | ||||
|     "rules": { | ||||
|       "semicolon": [true, "always"] | ||||
|     } | ||||
|   } | ||||
|    | ||||
		Reference in New Issue
	
	Block a user