api: ignore the generated code from eslintignore

Restore the edgeApi.ts file to the programmatically generated values by
rtkq and add the file to the list of ignored files for eslint.
This commit is contained in:
Thomas Lavocat 2023-09-06 10:17:40 +02:00 committed by Lucas Garfield
parent a149304801
commit 01e9a1d152
2 changed files with 2 additions and 1 deletions

View file

@ -3,3 +3,4 @@ imageBuilderApi.ts
contentSourcesApi.ts
rhsmApi.ts
provisioningApi.ts
edgeApi.ts

View file

@ -1,4 +1,4 @@
import { emptyEdgeApi as api } from './emptyEdgeApi';
import { emptyEdgeApi as api } from "./emptyEdgeApi";
const injectedRtkApi = api.injectEndpoints({
endpoints: (build) => ({
getAllImages: build.query<GetAllImagesApiResponse, GetAllImagesApiArg>({