fix: add eslint and configure it

This commit is contained in:
StevanFreeborn
2023-02-03 00:16:38 -06:00
parent 54b0668e4a
commit bd55381dc9
16 changed files with 4259 additions and 70 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { PagedResponse } from './PagedResponse';
import { App } from './App';
import { type App } from './App';
/**
* @class GetPagedAppsResponse - A paged response model for the GetApps method.