Skip to content

Commit

Permalink
fix(eslint-plugin): remove unused imported variable from no-duplicate…
Browse files Browse the repository at this point in the history
…-enum-values.test.ts
  • Loading branch information
aifreedom committed Apr 17, 2022
1 parent 197fe66 commit 44afc2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import rule from '../../src/rules/no-duplicate-enum-values';
import { RuleTester, noFormat } from '../RuleTester';
import { RuleTester } from '../RuleTester';

const ruleTester = new RuleTester({
parser: '@typescript-eslint/parser',
Expand Down

0 comments on commit 44afc2d

Please sign in to comment.