Skip to content

Commit

Permalink
suppress lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Dec 15, 2021
1 parent f4526a7 commit 0606673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/rules/no-empty-function.ts
Expand Up @@ -11,6 +11,7 @@ type Options = util.InferOptionsTypeFromRule<typeof baseRule>;
type MessageIds = util.InferMessageIdsTypeFromRule<typeof baseRule>;

const schema = util.deepMerge(
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument -- https://github.com/microsoft/TypeScript/issues/17002
Array.isArray(baseRule.meta.schema)
? baseRule.meta.schema[0]
: baseRule.meta.schema,
Expand Down

0 comments on commit 0606673

Please sign in to comment.