Skip to content

Commit 4e8461d

Browse files
committed
fix: Fix lint
1 parent af7d870 commit 4e8461d

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/rules/no-unsafe-references.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
import { AST, Rule, Scope } from 'eslint'
22
import * as ESTree from 'estree'
3-
import {
4-
getParent,
5-
getStringValue,
6-
isFunction,
7-
isPageMethod,
8-
} from '../utils/ast.js'
3+
import { getStringValue, isFunction, isPageMethod } from '../utils/ast.js'
94
import { createRule } from '../utils/createRule.js'
105
import { truthy } from '../utils/misc.js'
116
import { NodeWithParent } from '../utils/types.js'

src/rules/prefer-to-contain.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import ESTree from 'estree'
22
import {
33
equalityMatchers,
4-
getParent,
54
getStringValue,
65
isBooleanLiteral,
76
isPropertyAccessor,

0 commit comments

Comments
 (0)