Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Feb 24, 2024
1 parent c650ce0 commit 5d724b9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/rules/require-hook.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import { Rule } from 'eslint';
import * as ESTree from 'estree';
import {
getStringValue,
isDescribeCall,
isFunction,
isIdentifier,
} from '../utils/ast';
import { getStringValue, isFunction, isIdentifier } from '../utils/ast';
import { isTypeOfFnCall, parseFnCall } from '../utils/parseFnCall';

const isNullOrUndefined = (node: ESTree.Expression): boolean => {
Expand Down

0 comments on commit 5d724b9

Please sign in to comment.