UNPKG

@softwareventures/maintain-project

Version:

Automatically create and maintain TypeScript projects with standard settings for Software Ventures Limited

4 lines (3 loc) 86 B
export interface EslintProject { readonly preset: "softwareventures" | "other"; }