Skip to content

Commit

Permalink
chore: update utils package name in no-useless-empty-export.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 23, 2022
1 parent 2412ab4 commit a6c635d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/eslint-plugin/src/rules/no-useless-empty-export.ts
@@ -1,7 +1,4 @@
import {
AST_NODE_TYPES,
TSESTree,
} from '@typescript-eslint/experimental-utils';
import { AST_NODE_TYPES, TSESTree } from '@typescript-eslint/utils';
import * as util from '../util';

function isEmptyExport(
Expand Down

0 comments on commit a6c635d

Please sign in to comment.