Update dependency "eslint" to v9.x
v9.39.4
This commit is contained in:
@@ -26,7 +26,6 @@ import { AuthManager } from '@/features/authentication/AuthManager.ts';
|
||||
import { UserRefreshMutation } from '@/lib/graphql/generated/graphql.ts';
|
||||
import { AbortableApolloMutationResponse } from '@/lib/requests/RequestManager.ts';
|
||||
|
||||
/* eslint-disable no-underscore-dangle */
|
||||
const typePolicies: StrictTypedTypePolicies = {
|
||||
MangaType: {
|
||||
fields: {
|
||||
@@ -177,7 +176,6 @@ const typePolicies: StrictTypedTypePolicies = {
|
||||
},
|
||||
},
|
||||
};
|
||||
/* eslint-enable no-underscore-dangle */
|
||||
|
||||
export class GraphQLClient extends BaseClient<ApolloClient, ApolloClient.Options, null> {
|
||||
readonly fetcher = null;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
// eslint-disable-next-line max-classes-per-file
|
||||
/* eslint-disable max-classes-per-file */
|
||||
import { jsonSaveParse } from '@/lib/HelperFunctions.ts';
|
||||
|
||||
export class Storage {
|
||||
|
||||
Reference in New Issue
Block a user