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:
parent
a149304801
commit
01e9a1d152
2 changed files with 2 additions and 1 deletions
|
|
@ -3,3 +3,4 @@ imageBuilderApi.ts
|
|||
contentSourcesApi.ts
|
||||
rhsmApi.ts
|
||||
provisioningApi.ts
|
||||
edgeApi.ts
|
||||
|
|
|
|||
|
|
@ -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>({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue