Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gilgardosh committed Dec 6, 2022
1 parent 7ab6973 commit fa6766d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/json-machete/src/dereferenceObject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export function getCwd(path: string) {
return isUrl(path) ? getCwdForUrl(path) : pathModule.dirname(path);
}

// eslint-disable-next-line @typescript-eslint/ban-types
export async function dereferenceObject<T extends object, TRoot = T>(
obj: T,
{
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/hive/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { stringInterpolator } from '@graphql-mesh/string-interpolation';

export default function useMeshHive(
pluginOptions: MeshPluginOptions<YamlConfig.HivePlugin>,
// eslint-disable-next-line @typescript-eslint/ban-types
): MeshPlugin<{}> {
const token = stringInterpolator.parse(pluginOptions.token, {
env: process.env,
Expand Down

0 comments on commit fa6766d

Please sign in to comment.