Skip to content

Commit e56ff96

Browse files
authored
Remove useless imports (#2679)
1 parent fc900b6 commit e56ff96

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

rules/no-unnecessary-array-flat-depth.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {isMethodCall, isLiteral} from './ast/index.js';
22
import {removeArgument} from './fix/index.js';
3-
import {} from './utils/index.js';
43

54
const MESSAGE_ID = 'no-unnecessary-array-flat-depth';
65
const messages = {

rules/no-useless-error-capture-stack-trace.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import {
33
isMethodCall,
44
isMemberExpression,
55
} from './ast/index.js';
6-
import {} from './fix/index.js';
7-
import {} from './utils/index.js';
86
import builtinErrors from './shared/builtin-errors.js';
97

108
const MESSAGE_ID_ERROR = 'no-useless-error-capture-stack-trace/error';

0 commit comments

Comments
 (0)